Html Css Color HEX #F5522F Outrageous Orange

📋 copy color: '#F5522F'

red 245 ◦ green 82 ◦ blue 47

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

Shades of Outrageous Orange #F5522F

Tints of Outrageous Orange #F5522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 65.51%
G = 21.93%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5522F (or 0xF5522F) is known color: Outrageous Orange. HEX triplet: F5, 52 and 2F. RGB value is (245,82,47). Sum of RGB (Red+Green+Blue) = 245+82+47=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5522F is #0AADD0. Grayscale: #7F7F7F. Windows color (decimal): -699857 or 3101429. OLE color: 3101429.

HSL color Cylindrical-coordinate representation of color #F5522F: hue angle of 10.61º 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 #F5522F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 47 -
CMYK 0 0.67 0.81 0.04
HSL 10.61º 0.91% 0.57% -
HSV(B) 10.61º 0.81% 0.96% -
XYZ 41.19 25.65 5.47 -
YUV 126.75 83 212.35 -
System Red Green Blue C M Y K H S L
Decimal 245 82 47 0 0.67 0.81 0.04 10.61 0.91 0.57
Hex F5 52 2F 0 43 51 4 B 5B 39
Octal 365 122 57 0 103 121 4 13 133 71
Binary 11110101 1010010 101111 0 1000011 1010001 100 1011 1011011 111001

Color Harmonies of #F5522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5522F

Black with #F5522F

Text Example


Text Example

White with #F5522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5522F; }

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

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

background-color css

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

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

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

border-color css

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

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

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