Html Css Color HEX #F7502D Outrageous Orange

📋 copy color: '#F7502D'

red 247 ◦ green 80 ◦ blue 45

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

Shades of Outrageous Orange #F7502D

Tints of Outrageous Orange #F7502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 66.4%
G = 21.51%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7502D (or 0xF7502D) is known color: Outrageous Orange. HEX triplet: F7, 50 and 2D. RGB value is (247,80,45). Sum of RGB (Red+Green+Blue) = 247+80+45=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7502D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7502D is #08AFD2. Grayscale: #7E7E7E. Windows color (decimal): -569299 or 2969847. OLE color: 2969847.

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

Color convert

RGB 247 80 45 -
CMYK 0 0.68 0.82 0.03
HSL 10.4º 0.93% 0.57% -
HSV(B) 10.4º 0.82% 0.97% -
XYZ 41.7 25.7 5.25 -
YUV 125.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 247 80 45 0 0.68 0.82 0.03 10.4 0.93 0.57
Hex F7 50 2D 0 44 52 3 A 5D 39
Octal 367 120 55 0 104 122 3 12 135 71
Binary 11110111 1010000 101101 0 1000100 1010010 11 1010 1011101 111001

Color Harmonies of #F7502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7502D

Black with #F7502D

Text Example


Text Example

White with #F7502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7502D; }

 p { color: rgb(247,80,45); }

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

background-color css

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

 a { background-color: rgb(247,80,45); }

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

border-color css

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

 span { border-color: rgb(247,80,45); }

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