Html Css Color HEX #FF502B Outrageous Orange

📋 copy color: '#FF502B'

red 255 ◦ green 80 ◦ blue 43

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

Shades of Outrageous Orange #FF502B

Tints of Outrageous Orange #FF502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 67.46%
G = 21.16%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF502B (or 0xFF502B) is known color: Outrageous Orange. HEX triplet: FF, 50 and 2B. RGB value is (255,80,43). Sum of RGB (Red+Green+Blue) = 255+80+43=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF502B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF502B is #00AFD4. Grayscale: #808080. Windows color (decimal): -45013 or 2838783. OLE color: 2838783.

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

Color convert

RGB 255 80 43 -
CMYK 0 0.69 0.83 0
HSL 10.47º 1% 0.58% -
HSV(B) 10.47º 0.83% 1% -
XYZ 44.54 27.17 5.18 -
YUV 128.11 79.98 218.51 -
System Red Green Blue C M Y K H S L
Decimal 255 80 43 0 0.69 0.83 0 10.47 1 0.58
Hex FF 50 2B 0 45 53 0 A 64 3A
Octal 377 120 53 0 105 123 0 12 144 72
Binary 11111111 1010000 101011 0 1000101 1010011 0 1010 1100100 111010

Color Harmonies of #FF502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF502B

Black with #FF502B

Text Example


Text Example

White with #FF502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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