Html Css Color HEX #CE992F Fuel Yellow

📋 copy color: '#CE992F'

red 206 ◦ green 153 ◦ blue 47

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

Shades of Fuel Yellow #CE992F

Tints of Fuel Yellow #CE992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.68%

 BLUE value IS 47 (18.75% from 255) = 11.58%

R = 50.74%
G = 37.68%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE992F (or 0xCE992F) is known color: Fuel Yellow. HEX triplet: CE, 99 and 2F. RGB value is (206,153,47). Sum of RGB (Red+Green+Blue) = 206+153+47=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE992F is #3166D0. Grayscale: #9D9D9D. Windows color (decimal): -3237585 or 3119566. OLE color: 3119566.

HSL color Cylindrical-coordinate representation of color #CE992F: hue angle of 40º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE992F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 153 47 -
CMYK 0 0.26 0.77 0.19
HSL 40º 0.63% 0.5% -
HSV(B) 40º 0.77% 0.81% -
XYZ 37.36 36.11 7.69 -
YUV 156.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 206 153 47 0 0.26 0.77 0.19 40 0.63 0.5
Hex CE 99 2F 0 1A 4D 13 28 3F 32
Octal 316 231 57 0 32 115 23 50 77 62
Binary 11001110 10011001 101111 0 11010 1001101 10011 101000 111111 110010

Color Harmonies of #CE992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE992F

Black with #CE992F

Text Example


Text Example

White with #CE992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE992F; }

 p { color: rgb(206,153,47); }

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

background-color css

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

 a { background-color: rgb(206,153,47); }

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

border-color css

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

 span { border-color: rgb(206,153,47); }

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