Html Css Color HEX #F74221 Red Orange

📋 copy color: '#F74221'

red 247 ◦ green 66 ◦ blue 33

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

Shades of Red Orange #F74221

Tints of Red Orange #F74221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 33 (13.28% from 255) = 9.54%

R = 71.39%
G = 19.08%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F74221 (or 0xF74221) is known color: Red Orange. HEX triplet: F7, 42 and 21. RGB value is (247,66,33). Sum of RGB (Red+Green+Blue) = 247+66+33=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F74221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74221 is #08BDDE. Grayscale: #747474. Windows color (decimal): -572895 or 2179831. OLE color: 2179831.

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

Color convert

RGB 247 66 33 -
CMYK 0 0.73 0.87 0.03
HSL 9.25º 0.93% 0.55% -
HSV(B) 9.25º 0.87% 0.97% -
XYZ 40.58 23.78 3.89 -
YUV 116.36 80.97 221.18 -
System Red Green Blue C M Y K H S L
Decimal 247 66 33 0 0.73 0.87 0.03 9.25 0.93 0.55
Hex F7 42 21 0 49 57 3 9 5D 37
Octal 367 102 41 0 111 127 3 11 135 67
Binary 11110111 1000010 100001 0 1001001 1010111 11 1001 1011101 110111

Color Harmonies of #F74221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74221

Black with #F74221

Text Example


Text Example

White with #F74221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74221; }

 p { color: rgb(247,66,33); }

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

background-color css

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

 a { background-color: rgb(247,66,33); }

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

border-color css

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

 span { border-color: rgb(247,66,33); }

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