Html Css Color HEX #CE962D Fuel Yellow

📋 copy color: '#CE962D'

red 206 ◦ green 150 ◦ blue 45

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

Shades of Fuel Yellow #CE962D

Tints of Fuel Yellow #CE962D

RGB

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

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

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

R = 51.37%
G = 37.41%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE962D (or 0xCE962D) is known color: Fuel Yellow. HEX triplet: CE, 96 and 2D. RGB value is (206,150,45). Sum of RGB (Red+Green+Blue) = 206+150+45=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE962D is #3169D2. Grayscale: #9B9B9B. Windows color (decimal): -3238355 or 2987726. OLE color: 2987726.

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

Color convert

RGB 206 150 45 -
CMYK 0 0.27 0.78 0.19
HSL 39.13º 0.64% 0.49% -
HSV(B) 39.13º 0.78% 0.81% -
XYZ 36.83 35.12 7.32 -
YUV 154.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 206 150 45 0 0.27 0.78 0.19 39.13 0.64 0.49
Hex CE 96 2D 0 1B 4E 13 27 40 31
Octal 316 226 55 0 33 116 23 47 100 61
Binary 11001110 10010110 101101 0 11011 1001110 10011 100111 1000000 110001

Color Harmonies of #CE962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE962D

Black with #CE962D

Text Example


Text Example

White with #CE962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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