Html Css Color HEX #FF5029 Outrageous Orange

📋 copy color: '#FF5029'

red 255 ◦ green 80 ◦ blue 41

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

Shades of Outrageous Orange #FF5029

Tints of Outrageous Orange #FF5029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

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

R = 67.82%
G = 21.28%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF5029 (or 0xFF5029) is known color: Outrageous Orange. HEX triplet: FF, 50 and 29. RGB value is (255,80,41). Sum of RGB (Red+Green+Blue) = 255+80+41=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5029 is #00AFD6. Grayscale: #808080. Windows color (decimal): -45015 or 2707711. OLE color: 2707711.

HSL color Cylindrical-coordinate representation of color #FF5029: hue angle of 10.93º 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 #FF5029 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 41 -
CMYK 0 0.69 0.84 0
HSL 10.93º 1% 0.58% -
HSV(B) 10.93º 0.84% 1% -
XYZ 44.51 27.16 4.99 -
YUV 127.88 78.98 218.67 -
System Red Green Blue C M Y K H S L
Decimal 255 80 41 0 0.69 0.84 0 10.93 1 0.58
Hex FF 50 29 0 45 54 0 B 64 3A
Octal 377 120 51 0 105 124 0 13 144 72
Binary 11111111 1010000 101001 0 1000101 1010100 0 1011 1100100 111010

Color Harmonies of #FF5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5029

Black with #FF5029

Text Example


Text Example

White with #FF5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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