Html Css Color HEX #F2FA04 Yellow

📋 copy color: '#F2FA04'

red 242 ◦ green 250 ◦ blue 4

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

Shades of Yellow #F2FA04

Tints of Yellow #F2FA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.81%

R = 48.79%
G = 50.4%
B = 0.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F2FA04 (or 0xF2FA04) is known color: Yellow. HEX triplet: F2, FA and 04. RGB value is (242,250,4). Sum of RGB (Red+Green+Blue) = 242+250+4=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 4 (1.95% from 255 or 0.81% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA04 is #0D05FB. Grayscale: #DCDCDC. Windows color (decimal): -853500 or 326386. OLE color: 326386.

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

Color convert

RGB 242 250 4 -
CMYK 0.03 0 0.98 0.02
HSL 61.95º 0.97% 0.5% -
HSV(B) 61.95º 0.98% 0.98% -
XYZ 70.83 87.26 13.22 -
YUV 219.56 6.35 144 -
System Red Green Blue C M Y K H S L
Decimal 242 250 4 0.03 0 0.98 0.02 61.95 0.97 0.5
Hex F2 FA 4 3 0 62 2 3E 61 32
Octal 362 372 4 3 0 142 2 76 141 62
Binary 11110010 11111010 100 11 0 1100010 10 111110 1100001 110010

Color Harmonies of #F2FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA04

Black with #F2FA04

Text Example


Text Example

White with #F2FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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