Html Css Color HEX #F55429 Outrageous Orange

📋 copy color: '#F55429'

red 245 ◦ green 84 ◦ blue 41

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

Shades of Outrageous Orange #F55429

Tints of Outrageous Orange #F55429

RGB

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

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

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

R = 66.22%
G = 22.7%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F55429 (or 0xF55429) is known color: Outrageous Orange. HEX triplet: F5, 54 and 29. RGB value is (245,84,41). Sum of RGB (Red+Green+Blue) = 245+84+41=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F55429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55429 is #0AABD6. Grayscale: #7F7F7F. Windows color (decimal): -699351 or 2708725. OLE color: 2708725.

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

Color convert

RGB 245 84 41 -
CMYK 0 0.66 0.83 0.04
HSL 12.65º 0.91% 0.56% -
HSV(B) 12.65º 0.83% 0.96% -
XYZ 41.23 25.91 4.93 -
YUV 127.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 245 84 41 0 0.66 0.83 0.04 12.65 0.91 0.56
Hex F5 54 29 0 42 53 4 D 5B 38
Octal 365 124 51 0 102 123 4 15 133 70
Binary 11110101 1010100 101001 0 1000010 1010011 100 1101 1011011 111000

Color Harmonies of #F55429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55429

Black with #F55429

Text Example


Text Example

White with #F55429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55429; }

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

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

background-color css

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

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

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

border-color css

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

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

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