Html Css Color HEX #F55A27 Outrageous Orange

📋 copy color: '#F55A27'

red 245 ◦ green 90 ◦ blue 39

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

Shades of Outrageous Orange #F55A27

Tints of Outrageous Orange #F55A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.43%

R = 65.51%
G = 24.06%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F55A27 (or 0xF55A27) is known color: Outrageous Orange. HEX triplet: F5, 5A and 27. RGB value is (245,90,39). Sum of RGB (Red+Green+Blue) = 245+90+39=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A27 is #0AA5D8. Grayscale: #828282. Windows color (decimal): -697817 or 2579189. OLE color: 2579189.

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

Color convert

RGB 245 90 39 -
CMYK 0 0.63 0.84 0.04
HSL 14.85º 0.91% 0.56% -
HSV(B) 14.85º 0.84% 0.96% -
XYZ 41.68 26.87 4.91 -
YUV 130.53 76.35 209.65 -
System Red Green Blue C M Y K H S L
Decimal 245 90 39 0 0.63 0.84 0.04 14.85 0.91 0.56
Hex F5 5A 27 0 3F 54 4 F 5B 38
Octal 365 132 47 0 77 124 4 17 133 70
Binary 11110101 1011010 100111 0 111111 1010100 100 1111 1011011 111000

Color Harmonies of #F55A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A27

Black with #F55A27

Text Example


Text Example

White with #F55A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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