Html Css Color HEX #F75124 Outrageous Orange

📋 copy color: '#F75124'

red 247 ◦ green 81 ◦ blue 36

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

Shades of Outrageous Orange #F75124

Tints of Outrageous Orange #F75124

RGB

 RED value IS 247 (96.88% from 255) = 67.86%

 GREEN value IS 81 (32.03% from 255) = 22.25%

 BLUE value IS 36 (14.45% from 255) = 9.89%

R = 67.86%
G = 22.25%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F75124 (or 0xF75124) is known color: Outrageous Orange. HEX triplet: F7, 51 and 24. RGB value is (247,81,36). Sum of RGB (Red+Green+Blue) = 247+81+36=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F75124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75124 is #08AEDB. Grayscale: #7D7D7D. Windows color (decimal): -569052 or 2380279. OLE color: 2380279.

HSL color Cylindrical-coordinate representation of color #F75124: hue angle of 12.8º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F75124 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 81 36 -
CMYK 0 0.67 0.85 0.03
HSL 12.8º 0.93% 0.55% -
HSV(B) 12.8º 0.85% 0.97% -
XYZ 41.62 25.79 4.45 -
YUV 125.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 247 81 36 0 0.67 0.85 0.03 12.8 0.93 0.55
Hex F7 51 24 0 43 55 3 D 5D 37
Octal 367 121 44 0 103 125 3 15 135 67
Binary 11110111 1010001 100100 0 1000011 1010101 11 1101 1011101 110111

Color Harmonies of #F75124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75124

Black with #F75124

Text Example


Text Example

White with #F75124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75124; }

 p { color: rgb(247,81,36); }

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

background-color css

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

 a { background-color: rgb(247,81,36); }

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

border-color css

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

 span { border-color: rgb(247,81,36); }

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