Html Css Color HEX #F2FA07 Yellow

📋 copy color: '#F2FA07'

red 242 ◦ green 250 ◦ blue 7

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

Shades of Yellow #F2FA07

Tints of Yellow #F2FA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.4%

R = 48.5%
G = 50.1%
B = 1.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F2FA07 (or 0xF2FA07) is known color: Yellow. HEX triplet: F2, FA and 07. RGB value is (242,250,7). Sum of RGB (Red+Green+Blue) = 242+250+7=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 7 (3.12% from 255 or 1.40% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA07 is #0D05F8. Grayscale: #DCDCDC. Windows color (decimal): -853497 or 522994. OLE color: 522994.

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

Color convert

RGB 242 250 7 -
CMYK 0.03 0 0.97 0.02
HSL 61.98º 0.96% 0.5% -
HSV(B) 61.98º 0.97% 0.98% -
XYZ 70.84 87.26 13.31 -
YUV 219.91 7.85 143.76 -
System Red Green Blue C M Y K H S L
Decimal 242 250 7 0.03 0 0.97 0.02 61.98 0.96 0.5
Hex F2 FA 7 3 0 61 2 3E 60 32
Octal 362 372 7 3 0 141 2 76 140 62
Binary 11110010 11111010 111 11 0 1100001 10 111110 1100000 110010

Color Harmonies of #F2FA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA07

Black with #F2FA07

Text Example


Text Example

White with #F2FA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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