Html Css Color HEX #F2FB00 Yellow

📋 copy color: '#F2FB00'

red 242 ◦ green 251 ◦ blue 0

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

Shades of Yellow #F2FB00

Tints of Yellow #F2FB00

RGB

 RED value IS 242 (94.92% from 255) = 49.09%

 GREEN value IS 251 (98.44% from 255) = 50.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.09%
G = 50.91%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F2FB00 (or 0xF2FB00) is known color: Yellow. HEX triplet: F2, FB and 00. RGB value is (242,251,0). Sum of RGB (Red+Green+Blue) = 242+251+0=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 0 (0.39% from 255 or 0% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FB00 is #0D04FF. Grayscale: #DCDCDC. Windows color (decimal): -853248 or 64498. OLE color: 64498.

HSL color Cylindrical-coordinate representation of color #F2FB00: hue angle of 62.15º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2FB00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 0 -
CMYK 0.04 0 1 0.02
HSL 62.15º 1% 0.49% -
HSV(B) 62.15º 1% 0.98% -
XYZ 71.12 87.87 13.21 -
YUV 219.7 4.02 143.91 -
System Red Green Blue C M Y K H S L
Decimal 242 251 0 0.04 0 1 0.02 62.15 1 0.49
Hex F2 FB 0 4 0 64 2 3E 64 31
Octal 362 373 0 4 0 144 2 76 144 61
Binary 11110010 11111011 0 100 0 1100100 10 111110 1100100 110001

Color Harmonies of #F2FB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FB00

Black with #F2FB00

Text Example


Text Example

White with #F2FB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FB00; }

 p { color: rgb(242,251,0); }

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

background-color css

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

 a { background-color: rgb(242,251,0); }

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

border-color css

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

 span { border-color: rgb(242,251,0); }

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