Html Css Color HEX #F74A1D Red Orange

📋 copy color: '#F74A1D'

red 247 ◦ green 74 ◦ blue 29

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

Shades of Red Orange #F74A1D

Tints of Red Orange #F74A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 70.57%
G = 21.14%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F74A1D (or 0xF74A1D) is known color: Red Orange. HEX triplet: F7, 4A and 1D. RGB value is (247,74,29). Sum of RGB (Red+Green+Blue) = 247+74+29=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A1D is #08B5E2. Grayscale: #787878. Windows color (decimal): -570851 or 1919735. OLE color: 1919735.

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

Color convert

RGB 247 74 29 -
CMYK 0 0.70 0.88 0.03
HSL 12.39º 0.93% 0.54% -
HSV(B) 12.39º 0.88% 0.97% -
XYZ 41.03 24.76 3.78 -
YUV 120.6 76.31 218.16 -
System Red Green Blue C M Y K H S L
Decimal 247 74 29 0 0.70 0.88 0.03 12.39 0.93 0.54
Hex F7 4A 1D 0 46 58 3 C 5D 36
Octal 367 112 35 0 106 130 3 14 135 66
Binary 11110111 1001010 11101 0 1000110 1011000 11 1100 1011101 110110

Color Harmonies of #F74A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A1D

Black with #F74A1D

Text Example


Text Example

White with #F74A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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