Html Css Color HEX #F55F29 Outrageous Orange

📋 copy color: '#F55F29'

red 245 ◦ green 95 ◦ blue 41

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

Shades of Outrageous Orange #F55F29

Tints of Outrageous Orange #F55F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 64.3%
G = 24.93%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F55F29 (or 0xF55F29) is known color: Outrageous Orange. HEX triplet: F5, 5F and 29. RGB value is (245,95,41). Sum of RGB (Red+Green+Blue) = 245+95+41=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F29 is #0AA0D6. Grayscale: #868686. Windows color (decimal): -696535 or 2711541. OLE color: 2711541.

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

Color convert

RGB 245 95 41 -
CMYK 0 0.61 0.83 0.04
HSL 15.88º 0.91% 0.56% -
HSV(B) 15.88º 0.83% 0.96% -
XYZ 42.15 27.76 5.23 -
YUV 133.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 245 95 41 0 0.61 0.83 0.04 15.88 0.91 0.56
Hex F5 5F 29 0 3D 53 4 10 5B 38
Octal 365 137 51 0 75 123 4 20 133 70
Binary 11110101 1011111 101001 0 111101 1010011 100 10000 1011011 111000

Color Harmonies of #F55F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55F29

Black with #F55F29

Text Example


Text Example

White with #F55F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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