Html Css Color HEX #CC8E25 Fuel Yellow

📋 copy color: '#CC8E25'

red 204 ◦ green 142 ◦ blue 37

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

Shades of Fuel Yellow #CC8E25

Tints of Fuel Yellow #CC8E25

RGB

 RED value IS 204 (80.08% from 255) = 53.26%

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 37 (14.84% from 255) = 9.66%

R = 53.26%
G = 37.08%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC8E25 (or 0xCC8E25) is known color: Fuel Yellow. HEX triplet: CC, 8E and 25. RGB value is (204,142,37). Sum of RGB (Red+Green+Blue) = 204+142+37=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8E25 is #3371DA. Grayscale: #959595. Windows color (decimal): -3371483 or 2461388. OLE color: 2461388.

HSL color Cylindrical-coordinate representation of color #CC8E25: hue angle of 37.72º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8E25 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 142 37 -
CMYK 0 0.30 0.82 0.2
HSL 37.72º 0.69% 0.47% -
HSV(B) 37.72º 0.82% 0.8% -
XYZ 34.91 32.32 6.15 -
YUV 148.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 204 142 37 0 0.30 0.82 0.2 37.72 0.69 0.47
Hex CC 8E 25 0 1E 52 14 26 45 2F
Octal 314 216 45 0 36 122 24 46 105 57
Binary 11001100 10001110 100101 0 11110 1010010 10100 100110 1000101 101111

Color Harmonies of #CC8E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8E25

Black with #CC8E25

Text Example


Text Example

White with #CC8E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8E25; }

 p { color: rgb(204,142,37); }

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

background-color css

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

 a { background-color: rgb(204,142,37); }

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

border-color css

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

 span { border-color: rgb(204,142,37); }

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