Html Css Color HEX #F0FE12 Yellow

📋 copy color: '#F0FE12'

red 240 ◦ green 254 ◦ blue 18

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

Shades of Yellow #F0FE12

Tints of Yellow #F0FE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.61%

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

R = 46.88%
G = 49.61%
B = 3.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#F0FE12 (or 0xF0FE12) is known color: Yellow. HEX triplet: F0, FE and 12. RGB value is (240,254,18). Sum of RGB (Red+Green+Blue) = 240+254+18=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 18 (7.42% from 255 or 3.52% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FE12 is #0F01ED. Grayscale: #DFDFDF. Windows color (decimal): -983534 or 1244912. OLE color: 1244912.

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

Color convert

RGB 240 254 18 -
CMYK 0.06 0 0.93 0.00
HSL 63.56º 0.99% 0.53% -
HSV(B) 63.56º 0.93% 1% -
XYZ 71.49 89.45 14.07 -
YUV 222.91 12.36 140.19 -
System Red Green Blue C M Y K H S L
Decimal 240 254 18 0.06 0 0.93 0.00 63.56 0.99 0.53
Hex F0 FE 12 6 0 5D 0 40 63 35
Octal 360 376 22 6 0 135 0 100 143 65
Binary 11110000 11111110 10010 110 0 1011101 0 1000000 1100011 110101

Color Harmonies of #F0FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FE12

Black with #F0FE12

Text Example


Text Example

White with #F0FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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