Html Css Color HEX #F55A3F Outrageous Orange

📋 copy color: '#F55A3F'

red 245 ◦ green 90 ◦ blue 63

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

Shades of Outrageous Orange #F55A3F

Tints of Outrageous Orange #F55A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 63 (25% from 255) = 15.83%

R = 61.56%
G = 22.61%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F55A3F (or 0xF55A3F) is known color: Outrageous Orange. HEX triplet: F5, 5A and 3F. RGB value is (245,90,63). Sum of RGB (Red+Green+Blue) = 245+90+63=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A3F is #0AA5C0. Grayscale: #858585. Windows color (decimal): -697793 or 4152053. OLE color: 4152053.

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

Color convert

RGB 245 90 63 -
CMYK 0 0.63 0.74 0.04
HSL 8.9º 0.9% 0.6% -
HSV(B) 8.9º 0.74% 0.96% -
XYZ 42.21 27.08 7.71 -
YUV 133.27 88.35 207.7 -
System Red Green Blue C M Y K H S L
Decimal 245 90 63 0 0.63 0.74 0.04 8.9 0.9 0.6
Hex F5 5A 3F 0 3F 4A 4 9 5A 3C
Octal 365 132 77 0 77 112 4 11 132 74
Binary 11110101 1011010 111111 0 111111 1001010 100 1001 1011010 111100

Color Harmonies of #F55A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A3F

Black with #F55A3F

Text Example


Text Example

White with #F55A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A3F; }

 p { color: rgb(245,90,63); }

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

background-color css

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

 a { background-color: rgb(245,90,63); }

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

border-color css

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

 span { border-color: rgb(245,90,63); }

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