#C05523

Color #C05523 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #C05523

Tints of Fiery Orange #C05523

Color information

#C05523 (or 0xC05523) is unknown color: approx Fiery Orange. HEX triplet: C0, 55 and 23. RGB value is (192,85,35). Sum of RGB (Red+Green+Blue) = 192+85+35=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C05523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05523 is #3FAADC. Grayscale: #6F6F6F. Windows color (decimal): -4172509 or 2315712. OLE color: 2315712.

HSL color Cylindrical-coordinate representation of color #C05523: hue angle of 19.11º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C05523 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB1928535-
CMYK00.560.820.25
HSL19.11º69.16%44.51%-
HSV(B)19.11º81.77%75.29%-
XYZ25.2917.823.7-
YUV111.2984.95185.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.54%
GREEN value IS 85 (33.59% from 255) = 27.24%
BLUE value IS 35 (14.06% from 255) = 11.22%
R=61.54%
G=27.24%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192853500.560.820.2519.1169.1644.51
HexC05523038521913452d
Octal30012543070122312310555
Binary1100000010101011000110111000101001011001100111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05523; }

 p { color: rgb(192,85,35); }

 H1.HeaderClassName
 {
   color: #C05523;
 }
 .AnyTagClassName
 {
   color: #C05523;
 }
</style>
background-color css

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

 a { background-color: rgb(192,85,35); }

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

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

 span { border-color: rgb(192,85,35); }

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