Html Css Color HEX #F5622C Outrageous Orange

📋 copy color: '#F5622C'

red 245 ◦ green 98 ◦ blue 44

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

Shades of Outrageous Orange #F5622C

Tints of Outrageous Orange #F5622C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.32%

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 63.31%
G = 25.32%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5622C (or 0xF5622C) is known color: Outrageous Orange. HEX triplet: F5, 62 and 2C. RGB value is (245,98,44). Sum of RGB (Red+Green+Blue) = 245+98+44=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5622C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5622C is #0A9DD3. Grayscale: #888888. Windows color (decimal): -695764 or 2908917. OLE color: 2908917.

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

Color convert

RGB 245 98 44 -
CMYK 0 0.6 0.82 0.04
HSL 16.12º 0.91% 0.57% -
HSV(B) 16.12º 0.82% 0.96% -
XYZ 42.48 28.33 5.61 -
YUV 135.8 76.2 205.89 -
System Red Green Blue C M Y K H S L
Decimal 245 98 44 0 0.6 0.82 0.04 16.12 0.91 0.57
Hex F5 62 2C 0 3C 52 4 10 5B 39
Octal 365 142 54 0 74 122 4 20 133 71
Binary 11110101 1100010 101100 0 111100 1010010 100 10000 1011011 111001

Color Harmonies of #F5622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5622C

Black with #F5622C

Text Example


Text Example

White with #F5622C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5622C; }

 p { color: rgb(245,98,44); }

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

background-color css

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

 a { background-color: rgb(245,98,44); }

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

border-color css

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

 span { border-color: rgb(245,98,44); }

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