Html Css Color HEX #F54026 Red Orange

📋 copy color: '#F54026'

red 245 ◦ green 64 ◦ blue 38

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

Shades of Red Orange #F54026

Tints of Red Orange #F54026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 70.61%
G = 18.44%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F54026 (or 0xF54026) is known color: Red Orange. HEX triplet: F5, 40 and 26. RGB value is (245,64,38). Sum of RGB (Red+Green+Blue) = 245+64+38=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F54026 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54026 is #0ABFD9. Grayscale: #737373. Windows color (decimal): -704474 or 2506997. OLE color: 2506997.

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

Color convert

RGB 245 64 38 -
CMYK 0 0.74 0.84 0.04
HSL 7.54º 0.91% 0.55% -
HSV(B) 7.54º 0.84% 0.96% -
XYZ 39.84 23.22 4.22 -
YUV 115.16 84.47 220.61 -
System Red Green Blue C M Y K H S L
Decimal 245 64 38 0 0.74 0.84 0.04 7.54 0.91 0.55
Hex F5 40 26 0 4A 54 4 8 5B 37
Octal 365 100 46 0 112 124 4 10 133 67
Binary 11110101 1000000 100110 0 1001010 1010100 100 1000 1011011 110111

Color Harmonies of #F54026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54026

Black with #F54026

Text Example


Text Example

White with #F54026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54026; }

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

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

background-color css

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

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

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

border-color css

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

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

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