Html Css Color HEX #CE942F Fuel Yellow

📋 copy color: '#CE942F'

red 206 ◦ green 148 ◦ blue 47

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

Shades of Fuel Yellow #CE942F

Tints of Fuel Yellow #CE942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 51.37%
G = 36.91%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE942F (or 0xCE942F) is known color: Fuel Yellow. HEX triplet: CE, 94 and 2F. RGB value is (206,148,47). Sum of RGB (Red+Green+Blue) = 206+148+47=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE942F is #316BD0. Grayscale: #9A9A9A. Windows color (decimal): -3238865 or 3118286. OLE color: 3118286.

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

Color convert

RGB 206 148 47 -
CMYK 0 0.28 0.77 0.19
HSL 38.11º 0.63% 0.5% -
HSV(B) 38.11º 0.77% 0.81% -
XYZ 36.56 34.51 7.42 -
YUV 153.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 206 148 47 0 0.28 0.77 0.19 38.11 0.63 0.5
Hex CE 94 2F 0 1C 4D 13 26 3F 32
Octal 316 224 57 0 34 115 23 46 77 62
Binary 11001110 10010100 101111 0 11100 1001101 10011 100110 111111 110010

Color Harmonies of #CE942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE942F

Black with #CE942F

Text Example


Text Example

White with #CE942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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