Html Css Color HEX #F52621 Red Orange

📋 copy color: '#F52621'

red 245 ◦ green 38 ◦ blue 33

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

Shades of Red Orange #F52621

Tints of Red Orange #F52621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

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

R = 77.53%
G = 12.03%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F52621 (or 0xF52621) is known color: Red Orange. HEX triplet: F5, 26 and 21. RGB value is (245,38,33). Sum of RGB (Red+Green+Blue) = 245+38+33=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F52621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52621 is #0AD9DE. Grayscale: #636363. Windows color (decimal): -711135 or 2172661. OLE color: 2172661.

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

Color convert

RGB 245 38 33 -
CMYK 0 0.84 0.87 0.04
HSL 1.42º 0.91% 0.55% -
HSV(B) 1.42º 0.87% 0.96% -
XYZ 38.62 20.91 3.44 -
YUV 99.32 90.58 231.91 -
System Red Green Blue C M Y K H S L
Decimal 245 38 33 0 0.84 0.87 0.04 1.42 0.91 0.55
Hex F5 26 21 0 54 57 4 1 5B 37
Octal 365 46 41 0 124 127 4 1 133 67
Binary 11110101 100110 100001 0 1010100 1010111 100 1 1011011 110111

Color Harmonies of #F52621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52621

Black with #F52621

Text Example


Text Example

White with #F52621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52621; }

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

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

background-color css

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

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

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

border-color css

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

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

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