Html Css Color HEX #F7412A Red Orange

📋 copy color: '#F7412A'

red 247 ◦ green 65 ◦ blue 42

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

Shades of Red Orange #F7412A

Tints of Red Orange #F7412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 69.77%
G = 18.36%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7412A (or 0xF7412A) is known color: Red Orange. HEX triplet: F7, 41 and 2A. RGB value is (247,65,42). Sum of RGB (Red+Green+Blue) = 247+65+42=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F7412A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7412A is #08BED5. Grayscale: #757575. Windows color (decimal): -573142 or 2769399. OLE color: 2769399.

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

Color convert

RGB 247 65 42 -
CMYK 0 0.74 0.83 0.03
HSL 6.73º 0.93% 0.57% -
HSV(B) 6.73º 0.83% 0.97% -
XYZ 40.67 23.72 4.63 -
YUV 116.8 85.8 220.87 -
System Red Green Blue C M Y K H S L
Decimal 247 65 42 0 0.74 0.83 0.03 6.73 0.93 0.57
Hex F7 41 2A 0 4A 53 3 7 5D 39
Octal 367 101 52 0 112 123 3 7 135 71
Binary 11110111 1000001 101010 0 1001010 1010011 11 111 1011101 111001

Color Harmonies of #F7412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7412A

Black with #F7412A

Text Example


Text Example

White with #F7412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7412A; }

 p { color: rgb(247,65,42); }

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

background-color css

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

 a { background-color: rgb(247,65,42); }

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

border-color css

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

 span { border-color: rgb(247,65,42); }

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