Html Css Color HEX #F7400C Orange Red

📋 copy color: '#F7400C'

red 247 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #F7400C

Tints of Orange Red #F7400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.72%

R = 76.47%
G = 19.81%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7400C (or 0xF7400C) is known color: Orange Red. HEX triplet: F7, 40 and 0C. RGB value is (247,64,12). Sum of RGB (Red+Green+Blue) = 247+64+12=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F7400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7400C is #08BFF3. Grayscale: #717171. Windows color (decimal): -573428 or 803063. OLE color: 803063.

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

Color convert

RGB 247 64 12 -
CMYK 0 0.74 0.95 0.03
HSL 13.28º 0.94% 0.51% -
HSV(B) 13.28º 0.95% 0.97% -
XYZ 40.26 23.47 2.76 -
YUV 112.79 71.13 223.73 -
System Red Green Blue C M Y K H S L
Decimal 247 64 12 0 0.74 0.95 0.03 13.28 0.94 0.51
Hex F7 40 C 0 4A 5F 3 D 5E 33
Octal 367 100 14 0 112 137 3 15 136 63
Binary 11110111 1000000 1100 0 1001010 1011111 11 1101 1011110 110011

Color Harmonies of #F7400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7400C

Black with #F7400C

Text Example


Text Example

White with #F7400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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