Html Css Color HEX #F0B008 Selective Yellow

📋 copy color: '#F0B008'

red 240 ◦ green 176 ◦ blue 8

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

Shades of Selective Yellow #F0B008

Tints of Selective Yellow #F0B008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 56.6%
G = 41.51%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0B008 (or 0xF0B008) is known color: Selective Yellow. HEX triplet: F0, B0 and 08. RGB value is (240,176,8). Sum of RGB (Red+Green+Blue) = 240+176+8=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B008 is #0F4FF7. Grayscale: #B0B0B0. Windows color (decimal): -1003512 or 569584. OLE color: 569584.

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

Color convert

RGB 240 176 8 -
CMYK 0 0.27 0.97 0.06
HSL 43.45º 0.94% 0.49% -
HSV(B) 43.45º 0.97% 0.94% -
XYZ 51.5 49.59 7.09 -
YUV 175.98 33.2 173.66 -
System Red Green Blue C M Y K H S L
Decimal 240 176 8 0 0.27 0.97 0.06 43.45 0.94 0.49
Hex F0 B0 8 0 1B 61 6 2B 5E 31
Octal 360 260 10 0 33 141 6 53 136 61
Binary 11110000 10110000 1000 0 11011 1100001 110 101011 1011110 110001

Color Harmonies of #F0B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B008

Black with #F0B008

Text Example


Text Example

White with #F0B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B008; }

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

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

background-color css

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

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

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

border-color css

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

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

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