Html Css Color HEX #CB9F32 Fuel Yellow

📋 copy color: '#CB9F32'

red 203 ◦ green 159 ◦ blue 50

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

Shades of Fuel Yellow #CB9F32

Tints of Fuel Yellow #CB9F32

RGB

 RED value IS 203 (79.69% from 255) = 49.27%

 GREEN value IS 159 (62.5% from 255) = 38.59%

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 49.27%
G = 38.59%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB9F32 (or 0xCB9F32) is known color: Fuel Yellow. HEX triplet: CB, 9F and 32. RGB value is (203,159,50). Sum of RGB (Red+Green+Blue) = 203+159+50=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F32 is #3460CD. Grayscale: #A0A0A0. Windows color (decimal): -3432654 or 3317707. OLE color: 3317707.

HSL color Cylindrical-coordinate representation of color #CB9F32: hue angle of 42.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB9F32 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 159 50 -
CMYK 0 0.22 0.75 0.20
HSL 42.75º 0.6% 0.5% -
HSV(B) 42.75º 0.75% 0.8% -
XYZ 37.6 37.72 8.32 -
YUV 159.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 203 159 50 0 0.22 0.75 0.20 42.75 0.6 0.5
Hex CB 9F 32 0 16 4B 14 2B 3C 32
Octal 313 237 62 0 26 113 24 53 74 62
Binary 11001011 10011111 110010 0 10110 1001011 10100 101011 111100 110010

Color Harmonies of #CB9F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F32

Black with #CB9F32

Text Example


Text Example

White with #CB9F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F32; }

 p { color: rgb(203,159,50); }

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

background-color css

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

 a { background-color: rgb(203,159,50); }

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

border-color css

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

 span { border-color: rgb(203,159,50); }

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