Html Css Color HEX #CE952D Fuel Yellow

📋 copy color: '#CE952D'

red 206 ◦ green 149 ◦ blue 45

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

Shades of Fuel Yellow #CE952D

Tints of Fuel Yellow #CE952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 51.5%
G = 37.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE952D (or 0xCE952D) is known color: Fuel Yellow. HEX triplet: CE, 95 and 2D. RGB value is (206,149,45). Sum of RGB (Red+Green+Blue) = 206+149+45=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE952D is #316AD2. Grayscale: #9A9A9A. Windows color (decimal): -3238611 or 2987470. OLE color: 2987470.

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

Color convert

RGB 206 149 45 -
CMYK 0 0.28 0.78 0.19
HSL 38.76º 0.64% 0.49% -
HSV(B) 38.76º 0.78% 0.81% -
XYZ 36.67 34.81 7.27 -
YUV 154.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 206 149 45 0 0.28 0.78 0.19 38.76 0.64 0.49
Hex CE 95 2D 0 1C 4E 13 27 40 31
Octal 316 225 55 0 34 116 23 47 100 61
Binary 11001110 10010101 101101 0 11100 1001110 10011 100111 1000000 110001

Color Harmonies of #CE952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE952D

Black with #CE952D

Text Example


Text Example

White with #CE952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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