Html Css Color HEX #CE9631 Fuel Yellow

📋 copy color: '#CE9631'

red 206 ◦ green 150 ◦ blue 49

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

Shades of Fuel Yellow #CE9631

Tints of Fuel Yellow #CE9631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 50.86%
G = 37.04%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE9631 (or 0xCE9631) is known color: Fuel Yellow. HEX triplet: CE, 96 and 31. RGB value is (206,150,49). Sum of RGB (Red+Green+Blue) = 206+150+49=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9631 is #3169CE. Grayscale: #9B9B9B. Windows color (decimal): -3238351 or 3249870. OLE color: 3249870.

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

Color convert

RGB 206 150 49 -
CMYK 0 0.27 0.76 0.19
HSL 38.6º 0.62% 0.5% -
HSV(B) 38.6º 0.76% 0.81% -
XYZ 36.91 35.16 7.75 -
YUV 155.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 206 150 49 0 0.27 0.76 0.19 38.6 0.62 0.5
Hex CE 96 31 0 1B 4C 13 27 3E 32
Octal 316 226 61 0 33 114 23 47 76 62
Binary 11001110 10010110 110001 0 11011 1001100 10011 100111 111110 110010

Color Harmonies of #CE9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9631

Black with #CE9631

Text Example


Text Example

White with #CE9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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