Html Css Color HEX #F55421 Outrageous Orange

📋 copy color: '#F55421'

red 245 ◦ green 84 ◦ blue 33

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

Shades of Outrageous Orange #F55421

Tints of Outrageous Orange #F55421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.2%

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

R = 67.68%
G = 23.2%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F55421 (or 0xF55421) is known color: Outrageous Orange. HEX triplet: F5, 54 and 21. RGB value is (245,84,33). Sum of RGB (Red+Green+Blue) = 245+84+33=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F55421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55421 is #0AABDE. Grayscale: #7E7E7E. Windows color (decimal): -699359 or 2184437. OLE color: 2184437.

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

Color convert

RGB 245 84 33 -
CMYK 0 0.66 0.87 0.04
HSL 14.43º 0.91% 0.55% -
HSV(B) 14.43º 0.87% 0.96% -
XYZ 41.1 25.86 4.26 -
YUV 126.33 75.34 212.65 -
System Red Green Blue C M Y K H S L
Decimal 245 84 33 0 0.66 0.87 0.04 14.43 0.91 0.55
Hex F5 54 21 0 42 57 4 E 5B 37
Octal 365 124 41 0 102 127 4 16 133 67
Binary 11110101 1010100 100001 0 1000010 1010111 100 1110 1011011 110111

Color Harmonies of #F55421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55421

Black with #F55421

Text Example


Text Example

White with #F55421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55421; }

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

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

background-color css

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

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

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

border-color css

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

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

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