Html Css Color HEX #F2F902 Yellow

📋 copy color: '#F2F902'

red 242 ◦ green 249 ◦ blue 2

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

Shades of Yellow #F2F902

Tints of Yellow #F2F902

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 49.09%
G = 50.51%
B = 0.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F2F902 (or 0xF2F902) is known color: Yellow. HEX triplet: F2, F9 and 02. RGB value is (242,249,2). Sum of RGB (Red+Green+Blue) = 242+249+2=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 2 (1.17% from 255 or 0.41% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F902 is #0D06FD. Grayscale: #DBDBDB. Windows color (decimal): -853758 or 195058. OLE color: 195058.

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

Color convert

RGB 242 249 2 -
CMYK 0.03 0 0.99 0.02
HSL 61.7º 0.98% 0.49% -
HSV(B) 61.7º 0.99% 0.98% -
XYZ 70.5 86.63 13.06 -
YUV 218.75 5.68 144.58 -
System Red Green Blue C M Y K H S L
Decimal 242 249 2 0.03 0 0.99 0.02 61.7 0.98 0.49
Hex F2 F9 2 3 0 63 2 3E 62 31
Octal 362 371 2 3 0 143 2 76 142 61
Binary 11110010 11111001 10 11 0 1100011 10 111110 1100010 110001

Color Harmonies of #F2F902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F902

Black with #F2F902

Text Example


Text Example

White with #F2F902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F902; }

 p { color: rgb(242,249,2); }

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

background-color css

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

 a { background-color: rgb(242,249,2); }

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

border-color css

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

 span { border-color: rgb(242,249,2); }

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