Html Css Color HEX #CE9232 Fuel Yellow

📋 copy color: '#CE9232'

red 206 ◦ green 146 ◦ blue 50

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

Shades of Fuel Yellow #CE9232

Tints of Fuel Yellow #CE9232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 51.24%
G = 36.32%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE9232 (or 0xCE9232) is known color: Fuel Yellow. HEX triplet: CE, 92 and 32. RGB value is (206,146,50). Sum of RGB (Red+Green+Blue) = 206+146+50=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9232 is #316DCD. Grayscale: #999999. Windows color (decimal): -3239374 or 3314382. OLE color: 3314382.

HSL color Cylindrical-coordinate representation of color #CE9232: hue angle of 36.92º 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 #CE9232 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 146 50 -
CMYK 0 0.29 0.76 0.19
HSL 36.92º 0.61% 0.5% -
HSV(B) 36.92º 0.76% 0.81% -
XYZ 36.31 33.91 7.65 -
YUV 153 69.88 165.81 -
System Red Green Blue C M Y K H S L
Decimal 206 146 50 0 0.29 0.76 0.19 36.92 0.61 0.5
Hex CE 92 32 0 1D 4C 13 25 3D 32
Octal 316 222 62 0 35 114 23 45 75 62
Binary 11001110 10010010 110010 0 11101 1001100 10011 100101 111101 110010

Color Harmonies of #CE9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9232

Black with #CE9232

Text Example


Text Example

White with #CE9232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9232; }

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

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

background-color css

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

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

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

border-color css

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

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

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