Html Css Color HEX #F2B508 Selective Yellow

📋 copy color: '#F2B508'

red 242 ◦ green 181 ◦ blue 8

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

Shades of Selective Yellow #F2B508

Tints of Selective Yellow #F2B508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 56.15%
G = 42%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2B508 (or 0xF2B508) is known color: Selective Yellow. HEX triplet: F2, B5 and 08. RGB value is (242,181,8). Sum of RGB (Red+Green+Blue) = 242+181+8=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B508 is #0D4AF7. Grayscale: #B4B4B4. Windows color (decimal): -871160 or 570866. OLE color: 570866.

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

Color convert

RGB 242 181 8 -
CMYK 0 0.25 0.97 0.05
HSL 44.36º 0.94% 0.49% -
HSV(B) 44.36º 0.97% 0.95% -
XYZ 53.19 51.94 7.45 -
YUV 179.52 31.21 172.57 -
System Red Green Blue C M Y K H S L
Decimal 242 181 8 0 0.25 0.97 0.05 44.36 0.94 0.49
Hex F2 B5 8 0 19 61 5 2C 5E 31
Octal 362 265 10 0 31 141 5 54 136 61
Binary 11110010 10110101 1000 0 11001 1100001 101 101100 1011110 110001

Color Harmonies of #F2B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B508

Black with #F2B508

Text Example


Text Example

White with #F2B508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B508; }

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

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

background-color css

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

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

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

border-color css

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

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

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