Html Css Color HEX #F5502A Outrageous Orange

📋 copy color: '#F5502A'

red 245 ◦ green 80 ◦ blue 42

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

Shades of Outrageous Orange #F5502A

Tints of Outrageous Orange #F5502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 66.76%
G = 21.8%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5502A (or 0xF5502A) is known color: Outrageous Orange. HEX triplet: F5, 50 and 2A. RGB value is (245,80,42). Sum of RGB (Red+Green+Blue) = 245+80+42=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F5502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5502A is #0AAFD5. Grayscale: #7D7D7D. Windows color (decimal): -700374 or 2773237. OLE color: 2773237.

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

Color convert

RGB 245 80 42 -
CMYK 0 0.67 0.83 0.04
HSL 11.23º 0.91% 0.56% -
HSV(B) 11.23º 0.83% 0.96% -
XYZ 40.94 25.32 4.92 -
YUV 125 81.16 213.59 -
System Red Green Blue C M Y K H S L
Decimal 245 80 42 0 0.67 0.83 0.04 11.23 0.91 0.56
Hex F5 50 2A 0 43 53 4 B 5B 38
Octal 365 120 52 0 103 123 4 13 133 70
Binary 11110101 1010000 101010 0 1000011 1010011 100 1011 1011011 111000

Color Harmonies of #F5502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5502A

Black with #F5502A

Text Example


Text Example

White with #F5502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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