Html Css Color HEX #F5501F Outrageous Orange

📋 copy color: '#F5501F'

red 245 ◦ green 80 ◦ blue 31

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

Shades of Outrageous Orange #F5501F

Tints of Outrageous Orange #F5501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 68.82%
G = 22.47%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5501F (or 0xF5501F) is known color: Outrageous Orange. HEX triplet: F5, 50 and 1F. RGB value is (245,80,31). Sum of RGB (Red+Green+Blue) = 245+80+31=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5501F is #0AAFE0. Grayscale: #7C7C7C. Windows color (decimal): -700385 or 2052341. OLE color: 2052341.

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

Color convert

RGB 245 80 31 -
CMYK 0 0.67 0.87 0.04
HSL 13.74º 0.91% 0.54% -
HSV(B) 13.74º 0.87% 0.96% -
XYZ 40.77 25.25 4.02 -
YUV 123.75 75.66 214.48 -
System Red Green Blue C M Y K H S L
Decimal 245 80 31 0 0.67 0.87 0.04 13.74 0.91 0.54
Hex F5 50 1F 0 43 57 4 E 5B 36
Octal 365 120 37 0 103 127 4 16 133 66
Binary 11110101 1010000 11111 0 1000011 1010111 100 1110 1011011 110110

Color Harmonies of #F5501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5501F

Black with #F5501F

Text Example


Text Example

White with #F5501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5501F; }

 p { color: rgb(245,80,31); }

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

background-color css

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

 a { background-color: rgb(245,80,31); }

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

border-color css

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

 span { border-color: rgb(245,80,31); }

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