Html Css Color HEX #F5612B Outrageous Orange

📋 copy color: '#F5612B'

red 245 ◦ green 97 ◦ blue 43

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

Shades of Outrageous Orange #F5612B

Tints of Outrageous Orange #F5612B

RGB

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

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

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

R = 63.64%
G = 25.19%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5612B (or 0xF5612B) is known color: Outrageous Orange. HEX triplet: F5, 61 and 2B. RGB value is (245,97,43). Sum of RGB (Red+Green+Blue) = 245+97+43=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5612B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5612B is #0A9ED4. Grayscale: #878787. Windows color (decimal): -696021 or 2843125. OLE color: 2843125.

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

Color convert

RGB 245 97 43 -
CMYK 0 0.60 0.82 0.04
HSL 16.04º 0.91% 0.56% -
HSV(B) 16.04º 0.82% 0.96% -
XYZ 42.37 28.14 5.48 -
YUV 135.1 76.03 206.39 -
System Red Green Blue C M Y K H S L
Decimal 245 97 43 0 0.60 0.82 0.04 16.04 0.91 0.56
Hex F5 61 2B 0 3C 52 4 10 5B 38
Octal 365 141 53 0 74 122 4 20 133 70
Binary 11110101 1100001 101011 0 111100 1010010 100 10000 1011011 111000

Color Harmonies of #F5612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5612B

Black with #F5612B

Text Example


Text Example

White with #F5612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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