Html Css Color HEX #F72A26 Red Orange

📋 copy color: '#F72A26'

red 247 ◦ green 42 ◦ blue 38

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

Shades of Red Orange #F72A26

Tints of Red Orange #F72A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.84%

 BLUE value IS 38 (15.23% from 255) = 11.62%

R = 75.54%
G = 12.84%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F72A26 (or 0xF72A26) is known color: Red Orange. HEX triplet: F7, 2A and 26. RGB value is (247,42,38). Sum of RGB (Red+Green+Blue) = 247+42+38=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F72A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72A26 is #08D5D9. Grayscale: #676767. Windows color (decimal): -579034 or 2501367. OLE color: 2501367.

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

Color convert

RGB 247 42 38 -
CMYK 0 0.83 0.85 0.03
HSL 1.15º 0.93% 0.56% -
HSV(B) 1.15º 0.85% 0.97% -
XYZ 39.54 21.57 3.91 -
YUV 102.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 247 42 38 0 0.83 0.85 0.03 1.15 0.93 0.56
Hex F7 2A 26 0 53 55 3 1 5D 38
Octal 367 52 46 0 123 125 3 1 135 70
Binary 11110111 101010 100110 0 1010011 1010101 11 1 1011101 111000

Color Harmonies of #F72A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72A26

Black with #F72A26

Text Example


Text Example

White with #F72A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72A26; }

 p { color: rgb(247,42,38); }

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

background-color css

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

 a { background-color: rgb(247,42,38); }

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

border-color css

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

 span { border-color: rgb(247,42,38); }

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