Html Css Color HEX #F7400A Orange Red

📋 copy color: '#F7400A'

red 247 ◦ green 64 ◦ blue 10

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

Shades of Orange Red #F7400A

Tints of Orange Red #F7400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

 BLUE value IS 10 (4.3% from 255) = 3.12%

R = 76.95%
G = 19.94%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7400A (or 0xF7400A) is known color: Orange Red. HEX triplet: F7, 40 and 0A. RGB value is (247,64,10). Sum of RGB (Red+Green+Blue) = 247+64+10=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F7400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7400A is #08BFF5. Grayscale: #707070. Windows color (decimal): -573430 or 671991. OLE color: 671991.

HSL color Cylindrical-coordinate representation of color #F7400A: hue angle of 13.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7400A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 64 10 -
CMYK 0 0.74 0.96 0.03
HSL 13.67º 0.94% 0.5% -
HSV(B) 13.67º 0.96% 0.97% -
XYZ 40.25 23.46 2.69 -
YUV 112.56 70.13 223.89 -
System Red Green Blue C M Y K H S L
Decimal 247 64 10 0 0.74 0.96 0.03 13.67 0.94 0.5
Hex F7 40 A 0 4A 60 3 E 5E 32
Octal 367 100 12 0 112 140 3 16 136 62
Binary 11110111 1000000 1010 0 1001010 1100000 11 1110 1011110 110010

Color Harmonies of #F7400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7400A

Black with #F7400A

Text Example


Text Example

White with #F7400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7400A; }

 p { color: rgb(247,64,10); }

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

background-color css

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

 a { background-color: rgb(247,64,10); }

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

border-color css

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

 span { border-color: rgb(247,64,10); }

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