Html Css Color HEX #F74526 Red Orange

📋 copy color: '#F74526'

red 247 ◦ green 69 ◦ blue 38

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

Shades of Red Orange #F74526

Tints of Red Orange #F74526

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

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

R = 69.77%
G = 19.49%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F74526 (or 0xF74526) is known color: Red Orange. HEX triplet: F7, 45 and 26. RGB value is (247,69,38). Sum of RGB (Red+Green+Blue) = 247+69+38=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F74526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74526 is #08BAD9. Grayscale: #767676. Windows color (decimal): -572122 or 2508279. OLE color: 2508279.

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

Color convert

RGB 247 69 38 -
CMYK 0 0.72 0.85 0.03
HSL 8.9º 0.93% 0.56% -
HSV(B) 8.9º 0.85% 0.97% -
XYZ 40.84 24.17 4.35 -
YUV 118.69 82.47 219.52 -
System Red Green Blue C M Y K H S L
Decimal 247 69 38 0 0.72 0.85 0.03 8.9 0.93 0.56
Hex F7 45 26 0 48 55 3 9 5D 38
Octal 367 105 46 0 110 125 3 11 135 70
Binary 11110111 1000101 100110 0 1001000 1010101 11 1001 1011101 111000

Color Harmonies of #F74526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74526

Black with #F74526

Text Example


Text Example

White with #F74526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74526; }

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

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

background-color css

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

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

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

border-color css

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

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

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