Html Css Color HEX #FF8D50 Crusta

📋 copy color: '#FF8D50'

red 255 ◦ green 141 ◦ blue 80

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

Shades of Crusta #FF8D50

Tints of Crusta #FF8D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.62%

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 53.57%
G = 29.62%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF8D50 (or 0xFF8D50) is known color: Crusta. HEX triplet: FF, 8D and 50. RGB value is (255,141,80). Sum of RGB (Red+Green+Blue) = 255+141+80=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D50 is #0072AF. Grayscale: #A8A8A8. Windows color (decimal): -29360 or 5279231. OLE color: 5279231.

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

Color convert

RGB 255 141 80 -
CMYK 0 0.45 0.69 0
HSL 20.91º 1% 0.66% -
HSV(B) 20.91º 0.69% 1% -
XYZ 52.21 40.89 12.73 -
YUV 168.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 255 141 80 0 0.45 0.69 0 20.91 1 0.66
Hex FF 8D 50 0 2D 45 0 15 64 42
Octal 377 215 120 0 55 105 0 25 144 102
Binary 11111111 10001101 1010000 0 101101 1000101 0 10101 1100100 1000010

Color Harmonies of #FF8D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D50

Black with #FF8D50

Text Example


Text Example

White with #FF8D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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