Html Css Color HEX #F2B509 Selective Yellow

📋 copy color: '#F2B509'

red 242 ◦ green 181 ◦ blue 9

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

Shades of Selective Yellow #F2B509

Tints of Selective Yellow #F2B509

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

 BLUE value IS 9 (3.91% from 255) = 2.08%

R = 56.02%
G = 41.9%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2B509 (or 0xF2B509) is known color: Selective Yellow. HEX triplet: F2, B5 and 09. RGB value is (242,181,9). Sum of RGB (Red+Green+Blue) = 242+181+9=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B509 is #0D4AF6. Grayscale: #B4B4B4. Windows color (decimal): -871159 or 636402. OLE color: 636402.

HSL color Cylindrical-coordinate representation of color #F2B509: hue angle of 44.29º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2B509 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 9 -
CMYK 0 0.25 0.96 0.05
HSL 44.29º 0.93% 0.49% -
HSV(B) 44.29º 0.96% 0.95% -
XYZ 53.19 51.94 7.48 -
YUV 179.63 31.71 172.49 -
System Red Green Blue C M Y K H S L
Decimal 242 181 9 0 0.25 0.96 0.05 44.29 0.93 0.49
Hex F2 B5 9 0 19 60 5 2C 5D 31
Octal 362 265 11 0 31 140 5 54 135 61
Binary 11110010 10110101 1001 0 11001 1100000 101 101100 1011101 110001

Color Harmonies of #F2B509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B509

Black with #F2B509

Text Example


Text Example

White with #F2B509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B509; }

 p { color: rgb(242,181,9); }

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

background-color css

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

 a { background-color: rgb(242,181,9); }

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

border-color css

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

 span { border-color: rgb(242,181,9); }

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