Html Css Color HEX #CB962D Fuel Yellow

📋 copy color: '#CB962D'

red 203 ◦ green 150 ◦ blue 45

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

Shades of Fuel Yellow #CB962D

Tints of Fuel Yellow #CB962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.69%

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 51.01%
G = 37.69%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB962D (or 0xCB962D) is known color: Fuel Yellow. HEX triplet: CB, 96 and 2D. RGB value is (203,150,45). Sum of RGB (Red+Green+Blue) = 203+150+45=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB962D is #3469D2. Grayscale: #9A9A9A. Windows color (decimal): -3434963 or 2987723. OLE color: 2987723.

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

Color convert

RGB 203 150 45 -
CMYK 0 0.26 0.78 0.20
HSL 39.87º 0.64% 0.49% -
HSV(B) 39.87º 0.78% 0.8% -
XYZ 36.01 34.7 7.28 -
YUV 153.88 66.56 163.04 -
System Red Green Blue C M Y K H S L
Decimal 203 150 45 0 0.26 0.78 0.20 39.87 0.64 0.49
Hex CB 96 2D 0 1A 4E 14 28 40 31
Octal 313 226 55 0 32 116 24 50 100 61
Binary 11001011 10010110 101101 0 11010 1001110 10100 101000 1000000 110001

Color Harmonies of #CB962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB962D

Black with #CB962D

Text Example


Text Example

White with #CB962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB962D; }

 p { color: rgb(203,150,45); }

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

background-color css

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

 a { background-color: rgb(203,150,45); }

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

border-color css

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

 span { border-color: rgb(203,150,45); }

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