Html Css Color HEX #FF5024 Outrageous Orange

📋 copy color: '#FF5024'

red 255 ◦ green 80 ◦ blue 36

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

Shades of Outrageous Orange #FF5024

Tints of Outrageous Orange #FF5024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 68.73%
G = 21.56%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF5024 (or 0xFF5024) is known color: Outrageous Orange. HEX triplet: FF, 50 and 24. RGB value is (255,80,36). Sum of RGB (Red+Green+Blue) = 255+80+36=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5024 is #00AFDB. Grayscale: #7F7F7F. Windows color (decimal): -45020 or 2380031. OLE color: 2380031.

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

Color convert

RGB 255 80 36 -
CMYK 0 0.69 0.86 0
HSL 12.05º 1% 0.57% -
HSV(B) 12.05º 0.86% 1% -
XYZ 44.43 27.12 4.56 -
YUV 127.31 76.48 219.08 -
System Red Green Blue C M Y K H S L
Decimal 255 80 36 0 0.69 0.86 0 12.05 1 0.57
Hex FF 50 24 0 45 56 0 C 64 39
Octal 377 120 44 0 105 126 0 14 144 71
Binary 11111111 1010000 100100 0 1000101 1010110 0 1100 1100100 111001

Color Harmonies of #FF5024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5024

Black with #FF5024

Text Example


Text Example

White with #FF5024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5024; }

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

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

background-color css

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

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

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

border-color css

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

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

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