Html Css Color HEX #CB962B Fuel Yellow

📋 copy color: '#CB962B'

red 203 ◦ green 150 ◦ blue 43

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

Shades of Fuel Yellow #CB962B

Tints of Fuel Yellow #CB962B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.86%

R = 51.26%
G = 37.88%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB962B (or 0xCB962B) is known color: Fuel Yellow. HEX triplet: CB, 96 and 2B. RGB value is (203,150,43). Sum of RGB (Red+Green+Blue) = 203+150+43=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB962B is #3469D4. Grayscale: #9A9A9A. Windows color (decimal): -3434965 or 2856651. OLE color: 2856651.

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

Color convert

RGB 203 150 43 -
CMYK 0 0.26 0.79 0.20
HSL 40.13º 0.65% 0.48% -
HSV(B) 40.13º 0.79% 0.8% -
XYZ 35.97 34.68 7.08 -
YUV 153.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 203 150 43 0 0.26 0.79 0.20 40.13 0.65 0.48
Hex CB 96 2B 0 1A 4F 14 28 41 30
Octal 313 226 53 0 32 117 24 50 101 60
Binary 11001011 10010110 101011 0 11010 1001111 10100 101000 1000001 110000

Color Harmonies of #CB962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB962B

Black with #CB962B

Text Example


Text Example

White with #CB962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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