Html Css Color HEX #FF502A Outrageous Orange

📋 copy color: '#FF502A'

red 255 ◦ green 80 ◦ blue 42

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

Shades of Outrageous Orange #FF502A

Tints of Outrageous Orange #FF502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.14%

R = 67.64%
G = 21.22%
B = 11.14%

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

#FF502A (or 0xFF502A) is known color: Outrageous Orange. HEX triplet: FF, 50 and 2A. RGB value is (255,80,42). Sum of RGB (Red+Green+Blue) = 255+80+42=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF502A is #00AFD5. Grayscale: #808080. Windows color (decimal): -45014 or 2773247. OLE color: 2773247.

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

Color convert

RGB 255 80 42 -
CMYK 0 0.69 0.84 0
HSL 10.7º 1% 0.58% -
HSV(B) 10.7º 0.84% 1% -
XYZ 44.53 27.16 5.09 -
YUV 127.99 79.48 218.59 -
System Red Green Blue C M Y K H S L
Decimal 255 80 42 0 0.69 0.84 0 10.7 1 0.58
Hex FF 50 2A 0 45 54 0 B 64 3A
Octal 377 120 52 0 105 124 0 13 144 72
Binary 11111111 1010000 101010 0 1000101 1010100 0 1011 1100100 111010

Color Harmonies of #FF502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF502A

Black with #FF502A

Text Example


Text Example

White with #FF502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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