Html Css Color HEX #F2F90B Yellow

📋 copy color: '#F2F90B'

red 242 ◦ green 249 ◦ blue 11

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

Shades of Yellow #F2F90B

Tints of Yellow #F2F90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.19%

R = 48.21%
G = 49.6%
B = 2.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F2F90B (or 0xF2F90B) is known color: Yellow. HEX triplet: F2, F9 and 0B. RGB value is (242,249,11). Sum of RGB (Red+Green+Blue) = 242+249+11=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 11 (4.69% from 255 or 2.19% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F90B is #0D06F4. Grayscale: #DCDCDC. Windows color (decimal): -853749 or 784882. OLE color: 784882.

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

Color convert

RGB 242 249 11 -
CMYK 0.03 0 0.96 0.02
HSL 61.76º 0.95% 0.51% -
HSV(B) 61.76º 0.96% 0.98% -
XYZ 70.55 86.65 13.32 -
YUV 219.78 10.18 143.85 -
System Red Green Blue C M Y K H S L
Decimal 242 249 11 0.03 0 0.96 0.02 61.76 0.95 0.51
Hex F2 F9 B 3 0 60 2 3E 5F 33
Octal 362 371 13 3 0 140 2 76 137 63
Binary 11110010 11111001 1011 11 0 1100000 10 111110 1011111 110011

Color Harmonies of #F2F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F90B

Black with #F2F90B

Text Example


Text Example

White with #F2F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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