Html Css Color HEX #F55F21 Outrageous Orange

📋 copy color: '#F55F21'

red 245 ◦ green 95 ◦ blue 33

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

Shades of Outrageous Orange #F55F21

Tints of Outrageous Orange #F55F21

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

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

R = 65.68%
G = 25.47%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F55F21 (or 0xF55F21) is known color: Outrageous Orange. HEX triplet: F5, 5F and 21. RGB value is (245,95,33). Sum of RGB (Red+Green+Blue) = 245+95+33=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F21 is #0AA0DE. Grayscale: #858585. Windows color (decimal): -696543 or 2187253. OLE color: 2187253.

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

Color convert

RGB 245 95 33 -
CMYK 0 0.61 0.87 0.04
HSL 17.55º 0.91% 0.55% -
HSV(B) 17.55º 0.87% 0.96% -
XYZ 42.02 27.71 4.57 -
YUV 132.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 245 95 33 0 0.61 0.87 0.04 17.55 0.91 0.55
Hex F5 5F 21 0 3D 57 4 12 5B 37
Octal 365 137 41 0 75 127 4 22 133 67
Binary 11110101 1011111 100001 0 111101 1010111 100 10010 1011011 110111

Color Harmonies of #F55F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F21

Black with #F55F21

Text Example


Text Example

White with #F55F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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