Html Css Color HEX #CB962F Fuel Yellow

📋 copy color: '#CB962F'

red 203 ◦ green 150 ◦ blue 47

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

Shades of Fuel Yellow #CB962F

Tints of Fuel Yellow #CB962F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 50.75%
G = 37.5%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB962F (or 0xCB962F) is known color: Fuel Yellow. HEX triplet: CB, 96 and 2F. RGB value is (203,150,47). Sum of RGB (Red+Green+Blue) = 203+150+47=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB962F is #3469D0. Grayscale: #9A9A9A. Windows color (decimal): -3434961 or 3118795. OLE color: 3118795.

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

Color convert

RGB 203 150 47 -
CMYK 0 0.26 0.77 0.20
HSL 39.62º 0.62% 0.49% -
HSV(B) 39.62º 0.77% 0.8% -
XYZ 36.05 34.71 7.49 -
YUV 154.11 67.56 162.88 -
System Red Green Blue C M Y K H S L
Decimal 203 150 47 0 0.26 0.77 0.20 39.62 0.62 0.49
Hex CB 96 2F 0 1A 4D 14 28 3E 31
Octal 313 226 57 0 32 115 24 50 76 61
Binary 11001011 10010110 101111 0 11010 1001101 10100 101000 111110 110001

Color Harmonies of #CB962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB962F

Black with #CB962F

Text Example


Text Example

White with #CB962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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