Html Css Color HEX #F74330 Red Orange

📋 copy color: '#F74330'

red 247 ◦ green 67 ◦ blue 48

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

Shades of Red Orange #F74330

Tints of Red Orange #F74330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.26%

R = 68.23%
G = 18.51%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F74330 (or 0xF74330) is known color: Red Orange. HEX triplet: F7, 43 and 30. RGB value is (247,67,48). Sum of RGB (Red+Green+Blue) = 247+67+48=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F74330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74330 is #08BCCF. Grayscale: #767676. Windows color (decimal): -572624 or 3163127. OLE color: 3163127.

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

Color convert

RGB 247 67 48 -
CMYK 0 0.73 0.81 0.03
HSL 5.73º 0.93% 0.58% -
HSV(B) 5.73º 0.81% 0.97% -
XYZ 40.9 24 5.27 -
YUV 118.65 88.13 219.54 -
System Red Green Blue C M Y K H S L
Decimal 247 67 48 0 0.73 0.81 0.03 5.73 0.93 0.58
Hex F7 43 30 0 49 51 3 6 5D 3A
Octal 367 103 60 0 111 121 3 6 135 72
Binary 11110111 1000011 110000 0 1001001 1010001 11 110 1011101 111010

Color Harmonies of #F74330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74330

Black with #F74330

Text Example


Text Example

White with #F74330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74330; }

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

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

background-color css

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

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

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

border-color css

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

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

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