Html Css Color HEX #F55C3A Outrageous Orange

📋 copy color: '#F55C3A'

red 245 ◦ green 92 ◦ blue 58

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

Shades of Outrageous Orange #F55C3A

Tints of Outrageous Orange #F55C3A

RGB

 RED value IS 245 (96.09% from 255) = 62.03%

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 62.03%
G = 23.29%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F55C3A (or 0xF55C3A) is known color: Outrageous Orange. HEX triplet: F5, 5C and 3A. RGB value is (245,92,58). Sum of RGB (Red+Green+Blue) = 245+92+58=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55C3A is #0AA3C5. Grayscale: #868686. Windows color (decimal): -697286 or 3824885. OLE color: 3824885.

HSL color Cylindrical-coordinate representation of color #F55C3A: hue angle of 10.91º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F55C3A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 58 -
CMYK 0 0.62 0.76 0.04
HSL 10.91º 0.9% 0.59% -
HSV(B) 10.91º 0.76% 0.96% -
XYZ 42.25 27.37 7.06 -
YUV 133.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 245 92 58 0 0.62 0.76 0.04 10.91 0.9 0.59
Hex F5 5C 3A 0 3E 4C 4 B 5A 3B
Octal 365 134 72 0 76 114 4 13 132 73
Binary 11110101 1011100 111010 0 111110 1001100 100 1011 1011010 111011

Color Harmonies of #F55C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55C3A

Black with #F55C3A

Text Example


Text Example

White with #F55C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55C3A; }

 p { color: rgb(245,92,58); }

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

background-color css

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

 a { background-color: rgb(245,92,58); }

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

border-color css

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

 span { border-color: rgb(245,92,58); }

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