Html Css Color HEX #CE952A Fuel Yellow

📋 copy color: '#CE952A'

red 206 ◦ green 149 ◦ blue 42

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

Shades of Fuel Yellow #CE952A

Tints of Fuel Yellow #CE952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.58%

R = 51.89%
G = 37.53%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE952A (or 0xCE952A) is known color: Fuel Yellow. HEX triplet: CE, 95 and 2A. RGB value is (206,149,42). Sum of RGB (Red+Green+Blue) = 206+149+42=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE952A is #316AD5. Grayscale: #9A9A9A. Windows color (decimal): -3238614 or 2790862. OLE color: 2790862.

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

Color convert

RGB 206 149 42 -
CMYK 0 0.28 0.80 0.19
HSL 39.15º 0.66% 0.49% -
HSV(B) 39.15º 0.8% 0.81% -
XYZ 36.62 34.78 6.97 -
YUV 153.85 64.88 165.2 -
System Red Green Blue C M Y K H S L
Decimal 206 149 42 0 0.28 0.80 0.19 39.15 0.66 0.49
Hex CE 95 2A 0 1C 50 13 27 42 31
Octal 316 225 52 0 34 120 23 47 102 61
Binary 11001110 10010101 101010 0 11100 1010000 10011 100111 1000010 110001

Color Harmonies of #CE952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE952A

Black with #CE952A

Text Example


Text Example

White with #CE952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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