Html Css Color HEX #F74A28 Red Orange

📋 copy color: '#F74A28'

red 247 ◦ green 74 ◦ blue 40

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

Shades of Red Orange #F74A28

Tints of Red Orange #F74A28

RGB

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

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

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

R = 68.42%
G = 20.5%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F74A28 (or 0xF74A28) is known color: Red Orange. HEX triplet: F7, 4A and 28. RGB value is (247,74,40). Sum of RGB (Red+Green+Blue) = 247+74+40=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A28 is #08B5D7. Grayscale: #7A7A7A. Windows color (decimal): -570840 or 2640631. OLE color: 2640631.

HSL color Cylindrical-coordinate representation of color #F74A28: hue angle of 9.86º 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 #F74A28 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 40 -
CMYK 0 0.70 0.84 0.03
HSL 9.86º 0.93% 0.56% -
HSV(B) 9.86º 0.84% 0.97% -
XYZ 41.19 24.82 4.63 -
YUV 121.85 81.81 217.26 -
System Red Green Blue C M Y K H S L
Decimal 247 74 40 0 0.70 0.84 0.03 9.86 0.93 0.56
Hex F7 4A 28 0 46 54 3 A 5D 38
Octal 367 112 50 0 106 124 3 12 135 70
Binary 11110111 1001010 101000 0 1000110 1010100 11 1010 1011101 111000

Color Harmonies of #F74A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A28

Black with #F74A28

Text Example


Text Example

White with #F74A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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