Html Css Color HEX #F55D2F Outrageous Orange

📋 copy color: '#F55D2F'

red 245 ◦ green 93 ◦ blue 47

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

Shades of Outrageous Orange #F55D2F

Tints of Outrageous Orange #F55D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 63.64%
G = 24.16%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F55D2F (or 0xF55D2F) is known color: Outrageous Orange. HEX triplet: F5, 5D and 2F. RGB value is (245,93,47). Sum of RGB (Red+Green+Blue) = 245+93+47=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D2F is #0AA2D0. Grayscale: #858585. Windows color (decimal): -697041 or 3104245. OLE color: 3104245.

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

Color convert

RGB 245 93 47 -
CMYK 0 0.62 0.81 0.04
HSL 13.94º 0.91% 0.57% -
HSV(B) 13.94º 0.81% 0.96% -
XYZ 42.08 27.45 5.77 -
YUV 133.2 79.36 207.74 -
System Red Green Blue C M Y K H S L
Decimal 245 93 47 0 0.62 0.81 0.04 13.94 0.91 0.57
Hex F5 5D 2F 0 3E 51 4 E 5B 39
Octal 365 135 57 0 76 121 4 16 133 71
Binary 11110101 1011101 101111 0 111110 1010001 100 1110 1011011 111001

Color Harmonies of #F55D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55D2F

Black with #F55D2F

Text Example


Text Example

White with #F55D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55D2F; }

 p { color: rgb(245,93,47); }

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

background-color css

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

 a { background-color: rgb(245,93,47); }

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

border-color css

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

 span { border-color: rgb(245,93,47); }

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