Html Css Color HEX #F0B808 Selective Yellow

📋 copy color: '#F0B808'

red 240 ◦ green 184 ◦ blue 8

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

Shades of Selective Yellow #F0B808

Tints of Selective Yellow #F0B808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.59%

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

R = 55.56%
G = 42.59%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0B808 (or 0xF0B808) is known color: Selective Yellow. HEX triplet: F0, B8 and 08. RGB value is (240,184,8). Sum of RGB (Red+Green+Blue) = 240+184+8=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B808 is #0F47F7. Grayscale: #B5B5B5. Windows color (decimal): -1001464 or 571632. OLE color: 571632.

HSL color Cylindrical-coordinate representation of color #F0B808: hue angle of 45.52º 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 #F0B808 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 184 8 -
CMYK 0 0.23 0.97 0.06
HSL 45.52º 0.94% 0.49% -
HSV(B) 45.52º 0.97% 0.94% -
XYZ 53.12 52.82 7.63 -
YUV 180.68 30.55 170.31 -
System Red Green Blue C M Y K H S L
Decimal 240 184 8 0 0.23 0.97 0.06 45.52 0.94 0.49
Hex F0 B8 8 0 17 61 6 2E 5E 31
Octal 360 270 10 0 27 141 6 56 136 61
Binary 11110000 10111000 1000 0 10111 1100001 110 101110 1011110 110001

Color Harmonies of #F0B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B808

Black with #F0B808

Text Example


Text Example

White with #F0B808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B808; }

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

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

background-color css

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

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

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

border-color css

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

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

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