Html Css Color HEX #CE912E Fuel Yellow

📋 copy color: '#CE912E'

red 206 ◦ green 145 ◦ blue 46

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

Shades of Fuel Yellow #CE912E

Tints of Fuel Yellow #CE912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 51.89%
G = 36.52%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE912E (or 0xCE912E) is known color: Fuel Yellow. HEX triplet: CE, 91 and 2E. RGB value is (206,145,46). Sum of RGB (Red+Green+Blue) = 206+145+46=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE912E is #316ED1. Grayscale: #989898. Windows color (decimal): -3239634 or 3051982. OLE color: 3051982.

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

Color convert

RGB 206 145 46 -
CMYK 0 0.30 0.78 0.19
HSL 37.13º 0.63% 0.49% -
HSV(B) 37.13º 0.78% 0.81% -
XYZ 36.07 33.57 7.16 -
YUV 151.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 206 145 46 0 0.30 0.78 0.19 37.13 0.63 0.49
Hex CE 91 2E 0 1E 4E 13 25 3F 31
Octal 316 221 56 0 36 116 23 45 77 61
Binary 11001110 10010001 101110 0 11110 1001110 10011 100101 111111 110001

Color Harmonies of #CE912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE912E

Black with #CE912E

Text Example


Text Example

White with #CE912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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