Html Css Color HEX #CE8C32 Fuel Yellow

📋 copy color: '#CE8C32'

red 206 ◦ green 140 ◦ blue 50

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

Shades of Fuel Yellow #CE8C32

Tints of Fuel Yellow #CE8C32

RGB

 RED value IS 206 (80.86% from 255) = 52.02%

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 52.02%
G = 35.35%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE8C32 (or 0xCE8C32) is known color: Fuel Yellow. HEX triplet: CE, 8C and 32. RGB value is (206,140,50). Sum of RGB (Red+Green+Blue) = 206+140+50=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8C32 is #3173CD. Grayscale: #959595. Windows color (decimal): -3240910 or 3312846. OLE color: 3312846.

HSL color Cylindrical-coordinate representation of color #CE8C32: hue angle of 34.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE8C32 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 140 50 -
CMYK 0 0.32 0.76 0.19
HSL 34.62º 0.61% 0.5% -
HSV(B) 34.62º 0.76% 0.81% -
XYZ 35.41 32.11 7.35 -
YUV 149.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 206 140 50 0 0.32 0.76 0.19 34.62 0.61 0.5
Hex CE 8C 32 0 20 4C 13 23 3D 32
Octal 316 214 62 0 40 114 23 43 75 62
Binary 11001110 10001100 110010 0 100000 1001100 10011 100011 111101 110010

Color Harmonies of #CE8C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8C32

Black with #CE8C32

Text Example


Text Example

White with #CE8C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8C32; }

 p { color: rgb(206,140,50); }

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

background-color css

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

 a { background-color: rgb(206,140,50); }

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

border-color css

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

 span { border-color: rgb(206,140,50); }

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