Html Css Color HEX #F2FA01 Yellow

📋 copy color: '#F2FA01'

red 242 ◦ green 250 ◦ blue 1

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

Shades of Yellow #F2FA01

Tints of Yellow #F2FA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 49.09%
G = 50.71%
B = 0.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F2FA01 (or 0xF2FA01) is known color: Yellow. HEX triplet: F2, FA and 01. RGB value is (242,250,1). Sum of RGB (Red+Green+Blue) = 242+250+1=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 1 (0.78% from 255 or 0.20% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA01 is #0D05FE. Grayscale: #DCDCDC. Windows color (decimal): -853503 or 129778. OLE color: 129778.

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

Color convert

RGB 242 250 1 -
CMYK 0.03 0 1.00 0.02
HSL 61.93º 0.99% 0.49% -
HSV(B) 61.93º 1% 0.98% -
XYZ 70.81 87.25 13.14 -
YUV 219.22 4.85 144.25 -
System Red Green Blue C M Y K H S L
Decimal 242 250 1 0.03 0 1.00 0.02 61.93 0.99 0.49
Hex F2 FA 1 3 0 64 2 3E 63 31
Octal 362 372 1 3 0 144 2 76 143 61
Binary 11110010 11111010 1 11 0 1100100 10 111110 1100011 110001

Color Harmonies of #F2FA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA01

Black with #F2FA01

Text Example


Text Example

White with #F2FA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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