Html Css Color HEX #FF5A29 Outrageous Orange

📋 copy color: '#FF5A29'

red 255 ◦ green 90 ◦ blue 41

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

Shades of Outrageous Orange #FF5A29

Tints of Outrageous Orange #FF5A29

RGB

 RED value IS 255 (100% from 255) = 66.06%

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 66.06%
G = 23.32%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF5A29 (or 0xFF5A29) is known color: Outrageous Orange. HEX triplet: FF, 5A and 29. RGB value is (255,90,41). Sum of RGB (Red+Green+Blue) = 255+90+41=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A29 is #00A5D6. Grayscale: #868686. Windows color (decimal): -42455 or 2710271. OLE color: 2710271.

HSL color Cylindrical-coordinate representation of color #FF5A29: hue angle of 13.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF5A29 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 90 41 -
CMYK 0 0.65 0.84 0
HSL 13.74º 1% 0.58% -
HSV(B) 13.74º 0.84% 1% -
XYZ 45.3 28.73 5.26 -
YUV 133.75 75.66 214.48 -
System Red Green Blue C M Y K H S L
Decimal 255 90 41 0 0.65 0.84 0 13.74 1 0.58
Hex FF 5A 29 0 41 54 0 E 64 3A
Octal 377 132 51 0 101 124 0 16 144 72
Binary 11111111 1011010 101001 0 1000001 1010100 0 1110 1100100 111010

Color Harmonies of #FF5A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A29

Black with #FF5A29

Text Example


Text Example

White with #FF5A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A29; }

 p { color: rgb(255,90,41); }

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

background-color css

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

 a { background-color: rgb(255,90,41); }

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

border-color css

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

 span { border-color: rgb(255,90,41); }

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