Html Css Color HEX #F7481E Red Orange

📋 copy color: '#F7481E'

red 247 ◦ green 72 ◦ blue 30

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

Shades of Red Orange #F7481E

Tints of Red Orange #F7481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 70.77%
G = 20.63%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7481E (or 0xF7481E) is known color: Red Orange. HEX triplet: F7, 48 and 1E. RGB value is (247,72,30). Sum of RGB (Red+Green+Blue) = 247+72+30=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F7481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7481E is #08B7E1. Grayscale: #777777. Windows color (decimal): -571362 or 1984759. OLE color: 1984759.

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

Color convert

RGB 247 72 30 -
CMYK 0 0.71 0.88 0.03
HSL 11.61º 0.93% 0.54% -
HSV(B) 11.61º 0.88% 0.97% -
XYZ 40.91 24.5 3.8 -
YUV 119.54 77.48 218.92 -
System Red Green Blue C M Y K H S L
Decimal 247 72 30 0 0.71 0.88 0.03 11.61 0.93 0.54
Hex F7 48 1E 0 47 58 3 C 5D 36
Octal 367 110 36 0 107 130 3 14 135 66
Binary 11110111 1001000 11110 0 1000111 1011000 11 1100 1011101 110110

Color Harmonies of #F7481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7481E

Black with #F7481E

Text Example


Text Example

White with #F7481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7481E; }

 p { color: rgb(247,72,30); }

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

background-color css

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

 a { background-color: rgb(247,72,30); }

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

border-color css

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

 span { border-color: rgb(247,72,30); }

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