Html Css Color HEX #F7501F Outrageous Orange

📋 copy color: '#F7501F'

red 247 ◦ green 80 ◦ blue 31

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

Shades of Outrageous Orange #F7501F

Tints of Outrageous Orange #F7501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 68.99%
G = 22.35%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7501F (or 0xF7501F) is known color: Outrageous Orange. HEX triplet: F7, 50 and 1F. RGB value is (247,80,31). Sum of RGB (Red+Green+Blue) = 247+80+31=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7501F is #08AFE0. Grayscale: #7C7C7C. Windows color (decimal): -569313 or 2052343. OLE color: 2052343.

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

Color convert

RGB 247 80 31 -
CMYK 0 0.68 0.87 0.03
HSL 13.61º 0.93% 0.55% -
HSV(B) 13.61º 0.87% 0.97% -
XYZ 41.47 25.61 4.05 -
YUV 124.35 75.33 215.48 -
System Red Green Blue C M Y K H S L
Decimal 247 80 31 0 0.68 0.87 0.03 13.61 0.93 0.55
Hex F7 50 1F 0 44 57 3 E 5D 37
Octal 367 120 37 0 104 127 3 16 135 67
Binary 11110111 1010000 11111 0 1000100 1010111 11 1110 1011101 110111

Color Harmonies of #F7501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7501F

Black with #F7501F

Text Example


Text Example

White with #F7501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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