Html Css Color HEX #F54521 Red Orange

📋 copy color: '#F54521'

red 245 ◦ green 69 ◦ blue 33

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

Shades of Red Orange #F54521

Tints of Red Orange #F54521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.51%

R = 70.61%
G = 19.88%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F54521 (or 0xF54521) is known color: Red Orange. HEX triplet: F5, 45 and 21. RGB value is (245,69,33). Sum of RGB (Red+Green+Blue) = 245+69+33=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F54521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54521 is #0ABADE. Grayscale: #757575. Windows color (decimal): -703199 or 2180597. OLE color: 2180597.

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

Color convert

RGB 245 69 33 -
CMYK 0 0.72 0.87 0.04
HSL 10.19º 0.91% 0.55% -
HSV(B) 10.19º 0.87% 0.96% -
XYZ 40.06 23.78 3.92 -
YUV 117.52 80.31 218.93 -
System Red Green Blue C M Y K H S L
Decimal 245 69 33 0 0.72 0.87 0.04 10.19 0.91 0.55
Hex F5 45 21 0 48 57 4 A 5B 37
Octal 365 105 41 0 110 127 4 12 133 67
Binary 11110101 1000101 100001 0 1001000 1010111 100 1010 1011011 110111

Color Harmonies of #F54521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54521

Black with #F54521

Text Example


Text Example

White with #F54521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54521; }

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

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

background-color css

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

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

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

border-color css

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

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

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