Html Css Color HEX #CE942D Fuel Yellow

📋 copy color: '#CE942D'

red 206 ◦ green 148 ◦ blue 45

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

Shades of Fuel Yellow #CE942D

Tints of Fuel Yellow #CE942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

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

R = 51.63%
G = 37.09%
B = 11.28%

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

#CE942D (or 0xCE942D) is known color: Fuel Yellow. HEX triplet: CE, 94 and 2D. RGB value is (206,148,45). Sum of RGB (Red+Green+Blue) = 206+148+45=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE942D is #316BD2. Grayscale: #9A9A9A. Windows color (decimal): -3238867 or 2987214. OLE color: 2987214.

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

Color convert

RGB 206 148 45 -
CMYK 0 0.28 0.78 0.19
HSL 38.39º 0.64% 0.49% -
HSV(B) 38.39º 0.78% 0.81% -
XYZ 36.52 34.49 7.22 -
YUV 153.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 206 148 45 0 0.28 0.78 0.19 38.39 0.64 0.49
Hex CE 94 2D 0 1C 4E 13 26 40 31
Octal 316 224 55 0 34 116 23 46 100 61
Binary 11001110 10010100 101101 0 11100 1001110 10011 100110 1000000 110001

Color Harmonies of #CE942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE942D

Black with #CE942D

Text Example


Text Example

White with #CE942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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