Html Css Color HEX #CB9038 Fuel Yellow

📋 copy color: '#CB9038'

red 203 ◦ green 144 ◦ blue 56

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

Shades of Fuel Yellow #CB9038

Tints of Fuel Yellow #CB9038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

 BLUE value IS 56 (22.27% from 255) = 13.9%

R = 50.37%
G = 35.73%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB9038 (or 0xCB9038) is known color: Fuel Yellow. HEX triplet: CB, 90 and 38. RGB value is (203,144,56). Sum of RGB (Red+Green+Blue) = 203+144+56=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9038 is #346FC7. Grayscale: #989898. Windows color (decimal): -3436488 or 3707083. OLE color: 3707083.

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

Color convert

RGB 203 144 56 -
CMYK 0 0.29 0.72 0.20
HSL 35.92º 0.59% 0.51% -
HSV(B) 35.92º 0.72% 0.8% -
XYZ 35.32 32.93 8.24 -
YUV 151.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 203 144 56 0 0.29 0.72 0.20 35.92 0.59 0.51
Hex CB 90 38 0 1D 48 14 24 3B 33
Octal 313 220 70 0 35 110 24 44 73 63
Binary 11001011 10010000 111000 0 11101 1001000 10100 100100 111011 110011

Color Harmonies of #CB9038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9038

Black with #CB9038

Text Example


Text Example

White with #CB9038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9038; }

 p { color: rgb(203,144,56); }

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

background-color css

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

 a { background-color: rgb(203,144,56); }

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

border-color css

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

 span { border-color: rgb(203,144,56); }

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