Html Css Color HEX #CE962E Fuel Yellow

📋 copy color: '#CE962E'

red 206 ◦ green 150 ◦ blue 46

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

Shades of Fuel Yellow #CE962E

Tints of Fuel Yellow #CE962E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.44%

R = 51.24%
G = 37.31%
B = 11.44%

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

#CE962E (or 0xCE962E) is known color: Fuel Yellow. HEX triplet: CE, 96 and 2E. RGB value is (206,150,46). Sum of RGB (Red+Green+Blue) = 206+150+46=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE962E is #3169D1. Grayscale: #9B9B9B. Windows color (decimal): -3238354 or 3053262. OLE color: 3053262.

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

Color convert

RGB 206 150 46 -
CMYK 0 0.27 0.78 0.19
HSL 39º 0.63% 0.49% -
HSV(B) 39º 0.78% 0.81% -
XYZ 36.85 35.13 7.42 -
YUV 154.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 206 150 46 0 0.27 0.78 0.19 39 0.63 0.49
Hex CE 96 2E 0 1B 4E 13 27 3F 31
Octal 316 226 56 0 33 116 23 47 77 61
Binary 11001110 10010110 101110 0 11011 1001110 10011 100111 111111 110001

Color Harmonies of #CE962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE962E

Black with #CE962E

Text Example


Text Example

White with #CE962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE962E; }

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

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

background-color css

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

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

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

border-color css

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

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

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