Html Css Color HEX #F5502B Outrageous Orange

📋 copy color: '#F5502B'

red 245 ◦ green 80 ◦ blue 43

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

Shades of Outrageous Orange #F5502B

Tints of Outrageous Orange #F5502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 66.58%
G = 21.74%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5502B (or 0xF5502B) is known color: Outrageous Orange. HEX triplet: F5, 50 and 2B. RGB value is (245,80,43). Sum of RGB (Red+Green+Blue) = 245+80+43=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F5502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5502B is #0AAFD4. Grayscale: #7D7D7D. Windows color (decimal): -700373 or 2838773. OLE color: 2838773.

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

Color convert

RGB 245 80 43 -
CMYK 0 0.67 0.82 0.04
HSL 10.99º 0.91% 0.56% -
HSV(B) 10.99º 0.82% 0.96% -
XYZ 40.96 25.32 5.01 -
YUV 125.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 245 80 43 0 0.67 0.82 0.04 10.99 0.91 0.56
Hex F5 50 2B 0 43 52 4 B 5B 38
Octal 365 120 53 0 103 122 4 13 133 70
Binary 11110101 1010000 101011 0 1000011 1010010 100 1011 1011011 111000

Color Harmonies of #F5502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5502B

Black with #F5502B

Text Example


Text Example

White with #F5502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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