#CB972A

Color #CB972A Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CB972A

Tints of Fuel Yellow #CB972A

Color information

#CB972A (or 0xCB972A) is unknown color: approx Fuel Yellow. HEX triplet: CB, 97 and 2A. RGB value is (203,151,42). Sum of RGB (Red+Green+Blue) = 203+151+42=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB972A is #3468D5. Grayscale: #9A9A9A. Windows color (decimal): -3434710 or 2791371. OLE color: 2791371.

HSL color Cylindrical-coordinate representation of color #CB972A: hue angle of 40.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB972A is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20315142-
CMYK00.260.790.20
HSL40.62º65.71%48.04%-
HSV(B)40.62º79.31%79.61%-
XYZ36.11357.04-
YUV154.1264.73162.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 42 (16.80% from 255) = 10.61%
R=51.26%
G=38.13%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031514200.260.790.2040.6265.7148.04
HexCB972A01A4F14294230
Octal31322752032117245110260
Binary11001011100101111010100110101001111101001010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB972A; }

 p { color: rgb(203,151,42); }

 H1.HeaderClassName
 {
   color: #CB972A;
 }
 .AnyTagClassName
 {
   color: #CB972A;
 }
</style>
background-color css

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

 a { background-color: rgb(203,151,42); }

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

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

 span { border-color: rgb(203,151,42); }

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