Html Css Color HEX #CE982E Fuel Yellow

📋 copy color: '#CE982E'

red 206 ◦ green 152 ◦ blue 46

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

Shades of Fuel Yellow #CE982E

Tints of Fuel Yellow #CE982E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 50.99%
G = 37.62%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE982E (or 0xCE982E) is known color: Fuel Yellow. HEX triplet: CE, 98 and 2E. RGB value is (206,152,46). Sum of RGB (Red+Green+Blue) = 206+152+46=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE982E is #3167D1. Grayscale: #9C9C9C. Windows color (decimal): -3237842 or 3053774. OLE color: 3053774.

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

Color convert

RGB 206 152 46 -
CMYK 0 0.26 0.78 0.19
HSL 39.75º 0.63% 0.49% -
HSV(B) 39.75º 0.78% 0.81% -
XYZ 37.17 35.78 7.53 -
YUV 156.06 65.89 163.62 -
System Red Green Blue C M Y K H S L
Decimal 206 152 46 0 0.26 0.78 0.19 39.75 0.63 0.49
Hex CE 98 2E 0 1A 4E 13 28 3F 31
Octal 316 230 56 0 32 116 23 50 77 61
Binary 11001110 10011000 101110 0 11010 1001110 10011 101000 111111 110001

Color Harmonies of #CE982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE982E

Black with #CE982E

Text Example


Text Example

White with #CE982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE982E; }

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

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

background-color css

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

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

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

border-color css

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

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

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