Html Css Color HEX #F74123 Red Orange

📋 copy color: '#F74123'

red 247 ◦ green 65 ◦ blue 35

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

Shades of Red Orange #F74123

Tints of Red Orange #F74123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 71.18%
G = 18.73%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F74123 (or 0xF74123) is known color: Red Orange. HEX triplet: F7, 41 and 23. RGB value is (247,65,35). Sum of RGB (Red+Green+Blue) = 247+65+35=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F74123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74123 is #08BEDC. Grayscale: #747474. Windows color (decimal): -573149 or 2310647. OLE color: 2310647.

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

Color convert

RGB 247 65 35 -
CMYK 0 0.74 0.86 0.03
HSL 8.49º 0.93% 0.55% -
HSV(B) 8.49º 0.86% 0.97% -
XYZ 40.55 23.68 4.02 -
YUV 116 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 247 65 35 0 0.74 0.86 0.03 8.49 0.93 0.55
Hex F7 41 23 0 4A 56 3 8 5D 37
Octal 367 101 43 0 112 126 3 10 135 67
Binary 11110111 1000001 100011 0 1001010 1010110 11 1000 1011101 110111

Color Harmonies of #F74123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74123

Black with #F74123

Text Example


Text Example

White with #F74123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74123; }

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

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

background-color css

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

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

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

border-color css

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

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

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