Html Css Color HEX #F74328 Red Orange

📋 copy color: '#F74328'

red 247 ◦ green 67 ◦ blue 40

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

Shades of Red Orange #F74328

Tints of Red Orange #F74328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 69.77%
G = 18.93%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F74328 (or 0xF74328) is known color: Red Orange. HEX triplet: F7, 43 and 28. RGB value is (247,67,40). Sum of RGB (Red+Green+Blue) = 247+67+40=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F74328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74328 is #08BCD7. Grayscale: #767676. Windows color (decimal): -572632 or 2638839. OLE color: 2638839.

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

Color convert

RGB 247 67 40 -
CMYK 0 0.73 0.84 0.03
HSL 7.83º 0.93% 0.56% -
HSV(B) 7.83º 0.84% 0.97% -
XYZ 40.75 23.94 4.48 -
YUV 117.74 84.13 220.2 -
System Red Green Blue C M Y K H S L
Decimal 247 67 40 0 0.73 0.84 0.03 7.83 0.93 0.56
Hex F7 43 28 0 49 54 3 8 5D 38
Octal 367 103 50 0 111 124 3 10 135 70
Binary 11110111 1000011 101000 0 1001001 1010100 11 1000 1011101 111000

Color Harmonies of #F74328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74328

Black with #F74328

Text Example


Text Example

White with #F74328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74328; }

 p { color: rgb(247,67,40); }

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

background-color css

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

 a { background-color: rgb(247,67,40); }

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

border-color css

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

 span { border-color: rgb(247,67,40); }

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