Html Css Color HEX #CE9F30 Fuel Yellow

📋 copy color: '#CE9F30'

red 206 ◦ green 159 ◦ blue 48

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

Shades of Fuel Yellow #CE9F30

Tints of Fuel Yellow #CE9F30

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

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

R = 49.88%
G = 38.5%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE9F30 (or 0xCE9F30) is known color: Fuel Yellow. HEX triplet: CE, 9F and 30. RGB value is (206,159,48). Sum of RGB (Red+Green+Blue) = 206+159+48=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F30 is #3160CF. Grayscale: #A0A0A0. Windows color (decimal): -3236048 or 3186638. OLE color: 3186638.

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

Color convert

RGB 206 159 48 -
CMYK 0 0.23 0.77 0.19
HSL 42.15º 0.62% 0.5% -
HSV(B) 42.15º 0.77% 0.81% -
XYZ 38.39 38.13 8.13 -
YUV 160.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 206 159 48 0 0.23 0.77 0.19 42.15 0.62 0.5
Hex CE 9F 30 0 17 4D 13 2A 3E 32
Octal 316 237 60 0 27 115 23 52 76 62
Binary 11001110 10011111 110000 0 10111 1001101 10011 101010 111110 110010

Color Harmonies of #CE9F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9F30

Black with #CE9F30

Text Example


Text Example

White with #CE9F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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