Html Css Color HEX #F5642D Outrageous Orange

📋 copy color: '#F5642D'

red 245 ◦ green 100 ◦ blue 45

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

Shades of Outrageous Orange #F5642D

Tints of Outrageous Orange #F5642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 45 (17.97% from 255) = 11.54%

R = 62.82%
G = 25.64%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5642D (or 0xF5642D) is known color: Outrageous Orange. HEX triplet: F5, 64 and 2D. RGB value is (245,100,45). Sum of RGB (Red+Green+Blue) = 245+100+45=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5642D is #0A9BD2. Grayscale: #898989. Windows color (decimal): -695251 or 2974965. OLE color: 2974965.

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

Color convert

RGB 245 100 45 -
CMYK 0 0.59 0.82 0.04
HSL 16.5º 0.91% 0.57% -
HSV(B) 16.5º 0.82% 0.96% -
XYZ 42.69 28.72 5.78 -
YUV 137.09 76.04 204.97 -
System Red Green Blue C M Y K H S L
Decimal 245 100 45 0 0.59 0.82 0.04 16.5 0.91 0.57
Hex F5 64 2D 0 3B 52 4 10 5B 39
Octal 365 144 55 0 73 122 4 20 133 71
Binary 11110101 1100100 101101 0 111011 1010010 100 10000 1011011 111001

Color Harmonies of #F5642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5642D

Black with #F5642D

Text Example


Text Example

White with #F5642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5642D; }

 p { color: rgb(245,100,45); }

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

background-color css

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

 a { background-color: rgb(245,100,45); }

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

border-color css

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

 span { border-color: rgb(245,100,45); }

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