Html Css Color HEX #F0B508 Selective Yellow

📋 copy color: '#F0B508'

red 240 ◦ green 181 ◦ blue 8

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

Shades of Selective Yellow #F0B508

Tints of Selective Yellow #F0B508

RGB

 RED value IS 240 (94.14% from 255) = 55.94%

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

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

R = 55.94%
G = 42.19%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0B508 (or 0xF0B508) is known color: Selective Yellow. HEX triplet: F0, B5 and 08. RGB value is (240,181,8). Sum of RGB (Red+Green+Blue) = 240+181+8=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B508 is #0F4AF7. Grayscale: #B3B3B3. Windows color (decimal): -1002232 or 570864. OLE color: 570864.

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

Color convert

RGB 240 181 8 -
CMYK 0 0.25 0.97 0.06
HSL 44.74º 0.94% 0.49% -
HSV(B) 44.74º 0.97% 0.94% -
XYZ 52.5 51.59 7.42 -
YUV 178.92 31.55 171.57 -
System Red Green Blue C M Y K H S L
Decimal 240 181 8 0 0.25 0.97 0.06 44.74 0.94 0.49
Hex F0 B5 8 0 19 61 6 2D 5E 31
Octal 360 265 10 0 31 141 6 55 136 61
Binary 11110000 10110101 1000 0 11001 1100001 110 101101 1011110 110001

Color Harmonies of #F0B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B508

Black with #F0B508

Text Example


Text Example

White with #F0B508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B508; }

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

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

background-color css

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

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

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

border-color css

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

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

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