Html Css Color HEX #F2FA00 Yellow

📋 copy color: '#F2FA00'

red 242 ◦ green 250 ◦ blue 0

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

Shades of Yellow #F2FA00

Tints of Yellow #F2FA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.81%

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

R = 49.19%
G = 50.81%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F2FA00 (or 0xF2FA00) is known color: Yellow. HEX triplet: F2, FA and 00. RGB value is (242,250,0). Sum of RGB (Red+Green+Blue) = 242+250+0=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 0 (0.39% from 255 or 0% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA00 is #0D05FF. Grayscale: #DCDCDC. Windows color (decimal): -853504 or 64242. OLE color: 64242.

HSL color Cylindrical-coordinate representation of color #F2FA00: hue angle of 61.92º 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 #F2FA00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 0 -
CMYK 0.03 0 1 0.02
HSL 61.92º 1% 0.49% -
HSV(B) 61.92º 1% 0.98% -
XYZ 70.8 87.25 13.11 -
YUV 219.11 4.35 144.33 -
System Red Green Blue C M Y K H S L
Decimal 242 250 0 0.03 0 1 0.02 61.92 1 0.49
Hex F2 FA 0 3 0 64 2 3E 64 31
Octal 362 372 0 3 0 144 2 76 144 61
Binary 11110010 11111010 0 11 0 1100100 10 111110 1100100 110001

Color Harmonies of #F2FA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA00

Black with #F2FA00

Text Example


Text Example

White with #F2FA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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