Html Css Color HEX #CC8F30 Fuel Yellow

📋 copy color: '#CC8F30'

red 204 ◦ green 143 ◦ blue 48

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

Shades of Fuel Yellow #CC8F30

Tints of Fuel Yellow #CC8F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

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

R = 51.65%
G = 36.2%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC8F30 (or 0xCC8F30) is known color: Fuel Yellow. HEX triplet: CC, 8F and 30. RGB value is (204,143,48). Sum of RGB (Red+Green+Blue) = 204+143+48=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F30 is #3370CF. Grayscale: #969696. Windows color (decimal): -3371216 or 3182540. OLE color: 3182540.

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

Color convert

RGB 204 143 48 -
CMYK 0 0.30 0.76 0.2
HSL 36.54º 0.62% 0.49% -
HSV(B) 36.54º 0.76% 0.8% -
XYZ 35.26 32.7 7.25 -
YUV 150.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 204 143 48 0 0.30 0.76 0.2 36.54 0.62 0.49
Hex CC 8F 30 0 1E 4C 14 25 3E 31
Octal 314 217 60 0 36 114 24 45 76 61
Binary 11001100 10001111 110000 0 11110 1001100 10100 100101 111110 110001

Color Harmonies of #CC8F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F30

Black with #CC8F30

Text Example


Text Example

White with #CC8F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F30; }

 p { color: rgb(204,143,48); }

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

background-color css

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

 a { background-color: rgb(204,143,48); }

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

border-color css

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

 span { border-color: rgb(204,143,48); }

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