Html Css Color HEX #F0FC13 Yellow

📋 copy color: '#F0FC13'

red 240 ◦ green 252 ◦ blue 19

#F0FC13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow #F0FC13

Tints of Yellow #F0FC13

RGB

 RED value IS 240 (94.14% from 255) = 46.97%

 GREEN value IS 252 (98.83% from 255) = 49.32%

 BLUE value IS 19 (7.81% from 255) = 3.72%

R = 46.97%
G = 49.32%
B = 3.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0FC13 (or 0xF0FC13) is known color: Yellow. HEX triplet: F0, FC and 13. RGB value is (240,252,19). Sum of RGB (Red+Green+Blue) = 240+252+19=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 19 (7.81% from 255 or 3.72% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FC13 is #0F03EC. Grayscale: #DEDEDE. Windows color (decimal): -984045 or 1309936. OLE color: 1309936.

HSL color Cylindrical-coordinate representation of color #F0FC13: hue angle of 63.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0FC13 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 252 19 -
CMYK 0.05 0 0.92 0.01
HSL 63.09º 0.97% 0.53% -
HSV(B) 63.09º 0.92% 0.99% -
XYZ 70.86 88.19 13.9 -
YUV 221.85 13.52 140.95 -
System Red Green Blue C M Y K H S L
Decimal 240 252 19 0.05 0 0.92 0.01 63.09 0.97 0.53
Hex F0 FC 13 5 0 5C 1 3F 61 35
Octal 360 374 23 5 0 134 1 77 141 65
Binary 11110000 11111100 10011 101 0 1011100 1 111111 1100001 110101

Color Harmonies of #F0FC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC13

Black with #F0FC13

Text Example


Text Example

White with #F0FC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC13; }

 p { color: rgb(240,252,19); }

 H1.HeaderClassName
 {
   color: #F0FC13;
 }
 .AnyTagClassName
 {
   color: #F0FC13;
 }
</style>

background-color css

<style>
 a { background-color: #F0FC13; }

 a { background-color: rgb(240,252,19); }

 div.DivClassName
 {
   background-color: #F0FC13;
 }
 .BgClassName
 {
   background-color: #F0FC13;
 }
</style>

border-color css

<style>
 span { border-color: #F0FC13; }

 span { border-color: rgb(240,252,19); }

 td.TdClassName
 {
   border-color: #F0FC13;
 }
 .TagClassName
 {
   border-color: #F0FC13;
 }
</style>