Html Css Color HEX #F0FC14 Yellow

📋 copy color: '#F0FC14'

red 240 ◦ green 252 ◦ blue 20

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

Shades of Yellow #F0FC14

Tints of Yellow #F0FC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.91%

R = 46.88%
G = 49.22%
B = 3.91%

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

#F0FC14 (or 0xF0FC14) is known color: Yellow. HEX triplet: F0, FC and 14. RGB value is (240,252,20). Sum of RGB (Red+Green+Blue) = 240+252+20=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FC14 is #0F03EB. Grayscale: #DEDEDE. Windows color (decimal): -984044 or 1375472. OLE color: 1375472.

HSL color Cylindrical-coordinate representation of color #F0FC14: hue angle of 63.1º 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 #F0FC14 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 252 20 -
CMYK 0.05 0 0.92 0.01
HSL 63.1º 0.97% 0.53% -
HSV(B) 63.1º 0.92% 0.99% -
XYZ 70.87 88.2 13.95 -
YUV 221.96 14.02 140.86 -
System Red Green Blue C M Y K H S L
Decimal 240 252 20 0.05 0 0.92 0.01 63.1 0.97 0.53
Hex F0 FC 14 5 0 5C 1 3F 61 35
Octal 360 374 24 5 0 134 1 77 141 65
Binary 11110000 11111100 10100 101 0 1011100 1 111111 1100001 110101

Color Harmonies of #F0FC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC14

Black with #F0FC14

Text Example


Text Example

White with #F0FC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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