Html Css Color HEX #F5612E Outrageous Orange

📋 copy color: '#F5612E'

red 245 ◦ green 97 ◦ blue 46

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

Shades of Outrageous Orange #F5612E

Tints of Outrageous Orange #F5612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 63.14%
G = 25%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5612E (or 0xF5612E) is known color: Outrageous Orange. HEX triplet: F5, 61 and 2E. RGB value is (245,97,46). Sum of RGB (Red+Green+Blue) = 245+97+46=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5612E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5612E is #0A9ED1. Grayscale: #878787. Windows color (decimal): -696018 or 3039733. OLE color: 3039733.

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

Color convert

RGB 245 97 46 -
CMYK 0 0.60 0.81 0.04
HSL 15.38º 0.91% 0.57% -
HSV(B) 15.38º 0.81% 0.96% -
XYZ 42.42 28.16 5.78 -
YUV 135.44 77.53 206.15 -
System Red Green Blue C M Y K H S L
Decimal 245 97 46 0 0.60 0.81 0.04 15.38 0.91 0.57
Hex F5 61 2E 0 3C 51 4 F 5B 39
Octal 365 141 56 0 74 121 4 17 133 71
Binary 11110101 1100001 101110 0 111100 1010001 100 1111 1011011 111001

Color Harmonies of #F5612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5612E

Black with #F5612E

Text Example


Text Example

White with #F5612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5612E; }

 p { color: rgb(245,97,46); }

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

background-color css

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

 a { background-color: rgb(245,97,46); }

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

border-color css

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

 span { border-color: rgb(245,97,46); }

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