Html Css Color HEX #CB9538 Fuel Yellow

📋 copy color: '#CB9538'

red 203 ◦ green 149 ◦ blue 56

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

Shades of Fuel Yellow #CB9538

Tints of Fuel Yellow #CB9538

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 49.75%
G = 36.52%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB9538 (or 0xCB9538) is known color: Fuel Yellow. HEX triplet: CB, 95 and 38. RGB value is (203,149,56). Sum of RGB (Red+Green+Blue) = 203+149+56=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9538 is #346AC7. Grayscale: #9A9A9A. Windows color (decimal): -3435208 or 3708363. OLE color: 3708363.

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

Color convert

RGB 203 149 56 -
CMYK 0 0.27 0.72 0.20
HSL 37.96º 0.59% 0.51% -
HSV(B) 37.96º 0.72% 0.8% -
XYZ 36.09 34.48 8.49 -
YUV 154.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 203 149 56 0 0.27 0.72 0.20 37.96 0.59 0.51
Hex CB 95 38 0 1B 48 14 26 3B 33
Octal 313 225 70 0 33 110 24 46 73 63
Binary 11001011 10010101 111000 0 11011 1001000 10100 100110 111011 110011

Color Harmonies of #CB9538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9538

Black with #CB9538

Text Example


Text Example

White with #CB9538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9538; }

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

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

background-color css

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

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

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

border-color css

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

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

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