Html Css Color HEX #CE9430 Fuel Yellow

📋 copy color: '#CE9430'

red 206 ◦ green 148 ◦ blue 48

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

Shades of Fuel Yellow #CE9430

Tints of Fuel Yellow #CE9430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 51.24%
G = 36.82%
B = 11.94%

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

#CE9430 (or 0xCE9430) is known color: Fuel Yellow. HEX triplet: CE, 94 and 30. RGB value is (206,148,48). Sum of RGB (Red+Green+Blue) = 206+148+48=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9430 is #316BCF. Grayscale: #9A9A9A. Windows color (decimal): -3238864 or 3183822. OLE color: 3183822.

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

Color convert

RGB 206 148 48 -
CMYK 0 0.28 0.77 0.19
HSL 37.97º 0.62% 0.5% -
HSV(B) 37.97º 0.77% 0.81% -
XYZ 36.58 34.52 7.53 -
YUV 153.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 206 148 48 0 0.28 0.77 0.19 37.97 0.62 0.5
Hex CE 94 30 0 1C 4D 13 26 3E 32
Octal 316 224 60 0 34 115 23 46 76 62
Binary 11001110 10010100 110000 0 11100 1001101 10011 100110 111110 110010

Color Harmonies of #CE9430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9430

Black with #CE9430

Text Example


Text Example

White with #CE9430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9430; }

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

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

background-color css

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

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

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

border-color css

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

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

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