Html Css Color HEX #F7440A Orange Red

📋 copy color: '#F7440A'

red 247 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #F7440A

Tints of Orange Red #F7440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

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

R = 76%
G = 20.92%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7440A (or 0xF7440A) is known color: Orange Red. HEX triplet: F7, 44 and 0A. RGB value is (247,68,10). Sum of RGB (Red+Green+Blue) = 247+68+10=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7440A is #08BBF5. Grayscale: #737373. Windows color (decimal): -572406 or 673015. OLE color: 673015.

HSL color Cylindrical-coordinate representation of color #F7440A: hue angle of 14.68º 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 #F7440A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 68 10 -
CMYK 0 0.72 0.96 0.03
HSL 14.68º 0.94% 0.5% -
HSV(B) 14.68º 0.96% 0.97% -
XYZ 40.48 23.93 2.77 -
YUV 114.91 68.8 222.22 -
System Red Green Blue C M Y K H S L
Decimal 247 68 10 0 0.72 0.96 0.03 14.68 0.94 0.5
Hex F7 44 A 0 48 60 3 F 5E 32
Octal 367 104 12 0 110 140 3 17 136 62
Binary 11110111 1000100 1010 0 1001000 1100000 11 1111 1011110 110010

Color Harmonies of #F7440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7440A

Black with #F7440A

Text Example


Text Example

White with #F7440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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