Html Css Color HEX #F74A2C Red Orange

📋 copy color: '#F74A2C'

red 247 ◦ green 74 ◦ blue 44

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

Shades of Red Orange #F74A2C

Tints of Red Orange #F74A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

 BLUE value IS 44 (17.58% from 255) = 12.05%

R = 67.67%
G = 20.27%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F74A2C (or 0xF74A2C) is known color: Red Orange. HEX triplet: F7, 4A and 2C. RGB value is (247,74,44). Sum of RGB (Red+Green+Blue) = 247+74+44=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A2C is #08B5D3. Grayscale: #7A7A7A. Windows color (decimal): -570836 or 2902775. OLE color: 2902775.

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

Color convert

RGB 247 74 44 -
CMYK 0 0.70 0.82 0.03
HSL 8.87º 0.93% 0.57% -
HSV(B) 8.87º 0.82% 0.97% -
XYZ 41.26 24.85 5.01 -
YUV 122.31 83.81 216.94 -
System Red Green Blue C M Y K H S L
Decimal 247 74 44 0 0.70 0.82 0.03 8.87 0.93 0.57
Hex F7 4A 2C 0 46 52 3 9 5D 39
Octal 367 112 54 0 106 122 3 11 135 71
Binary 11110111 1001010 101100 0 1000110 1010010 11 1001 1011101 111001

Color Harmonies of #F74A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A2C

Black with #F74A2C

Text Example


Text Example

White with #F74A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A2C; }

 p { color: rgb(247,74,44); }

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

background-color css

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

 a { background-color: rgb(247,74,44); }

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

border-color css

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

 span { border-color: rgb(247,74,44); }

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