Html Css Color HEX #F0FC12 Yellow

📋 copy color: '#F0FC12'

red 240 ◦ green 252 ◦ blue 18

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

Shades of Yellow #F0FC12

Tints of Yellow #F0FC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.53%

R = 47.06%
G = 49.41%
B = 3.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#F0FC12 (or 0xF0FC12) is known color: Yellow. HEX triplet: F0, FC and 12. RGB value is (240,252,18). Sum of RGB (Red+Green+Blue) = 240+252+18=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 18 (7.42% from 255 or 3.53% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FC12 is #0F03ED. Grayscale: #DEDEDE. Windows color (decimal): -984046 or 1244400. OLE color: 1244400.

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

Color convert

RGB 240 252 18 -
CMYK 0.05 0 0.93 0.01
HSL 63.08º 0.98% 0.53% -
HSV(B) 63.08º 0.93% 0.99% -
XYZ 70.85 88.19 13.86 -
YUV 221.74 13.02 141.03 -
System Red Green Blue C M Y K H S L
Decimal 240 252 18 0.05 0 0.93 0.01 63.08 0.98 0.53
Hex F0 FC 12 5 0 5D 1 3F 62 35
Octal 360 374 22 5 0 135 1 77 142 65
Binary 11110000 11111100 10010 101 0 1011101 1 111111 1100010 110101

Color Harmonies of #F0FC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC12

Black with #F0FC12

Text Example


Text Example

White with #F0FC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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