Html Css Color HEX #CE972C Fuel Yellow

📋 copy color: '#CE972C'

red 206 ◦ green 151 ◦ blue 44

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

Shades of Fuel Yellow #CE972C

Tints of Fuel Yellow #CE972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

 BLUE value IS 44 (17.58% from 255) = 10.97%

R = 51.37%
G = 37.66%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE972C (or 0xCE972C) is known color: Fuel Yellow. HEX triplet: CE, 97 and 2C. RGB value is (206,151,44). Sum of RGB (Red+Green+Blue) = 206+151+44=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE972C is #3168D3. Grayscale: #9B9B9B. Windows color (decimal): -3238100 or 2922446. OLE color: 2922446.

HSL color Cylindrical-coordinate representation of color #CE972C: hue angle of 39.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE972C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 151 44 -
CMYK 0 0.27 0.79 0.19
HSL 39.63º 0.65% 0.49% -
HSV(B) 39.63º 0.79% 0.81% -
XYZ 36.97 35.44 7.27 -
YUV 155.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 206 151 44 0 0.27 0.79 0.19 39.63 0.65 0.49
Hex CE 97 2C 0 1B 4F 13 28 41 31
Octal 316 227 54 0 33 117 23 50 101 61
Binary 11001110 10010111 101100 0 11011 1001111 10011 101000 1000001 110001

Color Harmonies of #CE972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE972C

Black with #CE972C

Text Example


Text Example

White with #CE972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE972C; }

 p { color: rgb(206,151,44); }

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

background-color css

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

 a { background-color: rgb(206,151,44); }

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

border-color css

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

 span { border-color: rgb(206,151,44); }

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