Html Css Color HEX #F54526 Red Orange

📋 copy color: '#F54526'

red 245 ◦ green 69 ◦ blue 38

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

Shades of Red Orange #F54526

Tints of Red Orange #F54526

RGB

 RED value IS 245 (96.09% from 255) = 69.6%

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

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

R = 69.6%
G = 19.6%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F54526 (or 0xF54526) is known color: Red Orange. HEX triplet: F5, 45 and 26. RGB value is (245,69,38). Sum of RGB (Red+Green+Blue) = 245+69+38=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F54526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54526 is #0ABAD9. Grayscale: #767676. Windows color (decimal): -703194 or 2508277. OLE color: 2508277.

HSL color Cylindrical-coordinate representation of color #F54526: hue angle of 8.99º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F54526 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 69 38 -
CMYK 0 0.72 0.84 0.04
HSL 8.99º 0.91% 0.55% -
HSV(B) 8.99º 0.84% 0.96% -
XYZ 40.13 23.81 4.31 -
YUV 118.09 82.81 218.52 -
System Red Green Blue C M Y K H S L
Decimal 245 69 38 0 0.72 0.84 0.04 8.99 0.91 0.55
Hex F5 45 26 0 48 54 4 9 5B 37
Octal 365 105 46 0 110 124 4 11 133 67
Binary 11110101 1000101 100110 0 1001000 1010100 100 1001 1011011 110111

Color Harmonies of #F54526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54526

Black with #F54526

Text Example


Text Example

White with #F54526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54526; }

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

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

background-color css

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

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

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

border-color css

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

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

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