Html Css Color HEX #CE952C Fuel Yellow

📋 copy color: '#CE952C'

red 206 ◦ green 149 ◦ blue 44

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

Shades of Fuel Yellow #CE952C

Tints of Fuel Yellow #CE952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 51.63%
G = 37.34%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE952C (or 0xCE952C) is known color: Fuel Yellow. HEX triplet: CE, 95 and 2C. RGB value is (206,149,44). Sum of RGB (Red+Green+Blue) = 206+149+44=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE952C is #316AD3. Grayscale: #9A9A9A. Windows color (decimal): -3238612 or 2921934. OLE color: 2921934.

HSL color Cylindrical-coordinate representation of color #CE952C: hue angle of 38.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE952C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 149 44 -
CMYK 0 0.28 0.79 0.19
HSL 38.89º 0.65% 0.49% -
HSV(B) 38.89º 0.79% 0.81% -
XYZ 36.66 34.8 7.17 -
YUV 154.07 65.88 165.04 -
System Red Green Blue C M Y K H S L
Decimal 206 149 44 0 0.28 0.79 0.19 38.89 0.65 0.49
Hex CE 95 2C 0 1C 4F 13 27 41 31
Octal 316 225 54 0 34 117 23 47 101 61
Binary 11001110 10010101 101100 0 11100 1001111 10011 100111 1000001 110001

Color Harmonies of #CE952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE952C

Black with #CE952C

Text Example


Text Example

White with #CE952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE952C; }

 p { color: rgb(206,149,44); }

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

background-color css

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

 a { background-color: rgb(206,149,44); }

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

border-color css

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

 span { border-color: rgb(206,149,44); }

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