Html Css Color HEX #CE9F32 Fuel Yellow

📋 copy color: '#CE9F32'

red 206 ◦ green 159 ◦ blue 50

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

Shades of Fuel Yellow #CE9F32

Tints of Fuel Yellow #CE9F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.31%

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

R = 49.64%
G = 38.31%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE9F32 (or 0xCE9F32) is known color: Fuel Yellow. HEX triplet: CE, 9F and 32. RGB value is (206,159,50). Sum of RGB (Red+Green+Blue) = 206+159+50=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F32 is #3160CD. Grayscale: #A1A1A1. Windows color (decimal): -3236046 or 3317710. OLE color: 3317710.

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

Color convert

RGB 206 159 50 -
CMYK 0 0.23 0.76 0.19
HSL 41.92º 0.61% 0.5% -
HSV(B) 41.92º 0.76% 0.81% -
XYZ 38.43 38.15 8.36 -
YUV 160.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 206 159 50 0 0.23 0.76 0.19 41.92 0.61 0.5
Hex CE 9F 32 0 17 4C 13 2A 3D 32
Octal 316 237 62 0 27 114 23 52 75 62
Binary 11001110 10011111 110010 0 10111 1001100 10011 101010 111101 110010

Color Harmonies of #CE9F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F32

Black with #CE9F32

Text Example


Text Example

White with #CE9F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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