Html Css Color HEX #CB9130 Fuel Yellow

📋 copy color: '#CB9130'

red 203 ◦ green 145 ◦ blue 48

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

Shades of Fuel Yellow #CB9130

Tints of Fuel Yellow #CB9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

 BLUE value IS 48 (19.14% from 255) = 12.12%

R = 51.26%
G = 36.62%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB9130 (or 0xCB9130) is known color: Fuel Yellow. HEX triplet: CB, 91 and 30. RGB value is (203,145,48). Sum of RGB (Red+Green+Blue) = 203+145+48=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9130 is #346ECF. Grayscale: #979797. Windows color (decimal): -3436240 or 3183051. OLE color: 3183051.

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

Color convert

RGB 203 145 48 -
CMYK 0 0.29 0.76 0.20
HSL 37.55º 0.62% 0.49% -
HSV(B) 37.55º 0.76% 0.8% -
XYZ 35.29 33.16 7.34 -
YUV 151.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 203 145 48 0 0.29 0.76 0.20 37.55 0.62 0.49
Hex CB 91 30 0 1D 4C 14 26 3E 31
Octal 313 221 60 0 35 114 24 46 76 61
Binary 11001011 10010001 110000 0 11101 1001100 10100 100110 111110 110001

Color Harmonies of #CB9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9130

Black with #CB9130

Text Example


Text Example

White with #CB9130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9130; }

 p { color: rgb(203,145,48); }

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

background-color css

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

 a { background-color: rgb(203,145,48); }

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

border-color css

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

 span { border-color: rgb(203,145,48); }

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