Html Css Color HEX #F55A23 Outrageous Orange

📋 copy color: '#F55A23'

red 245 ◦ green 90 ◦ blue 35

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

Shades of Outrageous Orange #F55A23

Tints of Outrageous Orange #F55A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 66.22%
G = 24.32%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F55A23 (or 0xF55A23) is known color: Outrageous Orange. HEX triplet: F5, 5A and 23. RGB value is (245,90,35). Sum of RGB (Red+Green+Blue) = 245+90+35=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A23 is #0AA5DC. Grayscale: #828282. Windows color (decimal): -697821 or 2317045. OLE color: 2317045.

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

Color convert

RGB 245 90 35 -
CMYK 0 0.63 0.86 0.04
HSL 15.71º 0.91% 0.55% -
HSV(B) 15.71º 0.86% 0.96% -
XYZ 41.62 26.85 4.58 -
YUV 130.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 245 90 35 0 0.63 0.86 0.04 15.71 0.91 0.55
Hex F5 5A 23 0 3F 56 4 10 5B 37
Octal 365 132 43 0 77 126 4 20 133 67
Binary 11110101 1011010 100011 0 111111 1010110 100 10000 1011011 110111

Color Harmonies of #F55A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55A23

Black with #F55A23

Text Example


Text Example

White with #F55A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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