Html Css Color HEX #CE9F31 Fuel Yellow

📋 copy color: '#CE9F31'

red 206 ◦ green 159 ◦ blue 49

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

Shades of Fuel Yellow #CE9F31

Tints of Fuel Yellow #CE9F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 49.76%
G = 38.41%
B = 11.84%

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

#CE9F31 (or 0xCE9F31) is known color: Fuel Yellow. HEX triplet: CE, 9F and 31. RGB value is (206,159,49). Sum of RGB (Red+Green+Blue) = 206+159+49=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F31 is #3160CE. Grayscale: #A0A0A0. Windows color (decimal): -3236047 or 3252174. OLE color: 3252174.

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

Color convert

RGB 206 159 49 -
CMYK 0 0.23 0.76 0.19
HSL 42.04º 0.62% 0.5% -
HSV(B) 42.04º 0.76% 0.81% -
XYZ 38.41 38.14 8.24 -
YUV 160.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 206 159 49 0 0.23 0.76 0.19 42.04 0.62 0.5
Hex CE 9F 31 0 17 4C 13 2A 3E 32
Octal 316 237 61 0 27 114 23 52 76 62
Binary 11001110 10011111 110001 0 10111 1001100 10011 101010 111110 110010

Color Harmonies of #CE9F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F31

Black with #CE9F31

Text Example


Text Example

White with #CE9F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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