#CB993A

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

Shades of Fuel Yellow #CB993A

Tints of Fuel Yellow #CB993A

Color information

#CB993A (or 0xCB993A) is unknown color: approx Fuel Yellow. HEX triplet: CB, 99 and 3A. RGB value is (203,153,58). Sum of RGB (Red+Green+Blue) = 203+153+58=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB993A is #3466C5. Grayscale: #9D9D9D. Windows color (decimal): -3434182 or 3840459. OLE color: 3840459.

HSL color Cylindrical-coordinate representation of color #CB993A: hue angle of 39.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB993A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20315358-
CMYK00.250.710.20
HSL39.31º58.23%51.18%-
HSV(B)39.31º71.43%79.61%-
XYZ36.7835.788.97-
YUV157.1272.06160.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=49.03%
G=36.96%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031535800.250.710.2039.3158.2351.18
HexCB993A0194714273a33
Octal3132317203110724477263
Binary1100101110011001111010011001100011110100100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB993A; }

 p { color: rgb(203,153,58); }

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

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

 a { background-color: rgb(203,153,58); }

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

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

 span { border-color: rgb(203,153,58); }

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