Html Css Color HEX #CB982C Fuel Yellow

📋 copy color: '#CB982C'

red 203 ◦ green 152 ◦ blue 44

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

Shades of Fuel Yellow #CB982C

Tints of Fuel Yellow #CB982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 50.88%
G = 38.1%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB982C (or 0xCB982C) is known color: Fuel Yellow. HEX triplet: CB, 98 and 2C. RGB value is (203,152,44). Sum of RGB (Red+Green+Blue) = 203+152+44=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB982C is #3467D3. Grayscale: #9B9B9B. Windows color (decimal): -3434452 or 2922699. OLE color: 2922699.

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

Color convert

RGB 203 152 44 -
CMYK 0 0.25 0.78 0.20
HSL 40.75º 0.64% 0.48% -
HSV(B) 40.75º 0.78% 0.8% -
XYZ 36.31 35.33 7.29 -
YUV 154.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 203 152 44 0 0.25 0.78 0.20 40.75 0.64 0.48
Hex CB 98 2C 0 19 4E 14 29 40 30
Octal 313 230 54 0 31 116 24 51 100 60
Binary 11001011 10011000 101100 0 11001 1001110 10100 101001 1000000 110000

Color Harmonies of #CB982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB982C

Black with #CB982C

Text Example


Text Example

White with #CB982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB982C; }

 p { color: rgb(203,152,44); }

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

background-color css

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

 a { background-color: rgb(203,152,44); }

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

border-color css

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

 span { border-color: rgb(203,152,44); }

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