Html Css Color HEX #FF8D54 Crusta

📋 copy color: '#FF8D54'

red 255 ◦ green 141 ◦ blue 84

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

Shades of Crusta #FF8D54

Tints of Crusta #FF8D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.5%

R = 53.13%
G = 29.38%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF8D54 (or 0xFF8D54) is known color: Crusta. HEX triplet: FF, 8D and 54. RGB value is (255,141,84). Sum of RGB (Red+Green+Blue) = 255+141+84=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D54 is #0072AB. Grayscale: #A8A8A8. Windows color (decimal): -29356 or 5541375. OLE color: 5541375.

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

Color convert

RGB 255 141 84 -
CMYK 0 0.45 0.67 0
HSL 20º 1% 0.66% -
HSV(B) 20º 0.67% 1% -
XYZ 52.37 40.95 13.53 -
YUV 168.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 255 141 84 0 0.45 0.67 0 20 1 0.66
Hex FF 8D 54 0 2D 43 0 14 64 42
Octal 377 215 124 0 55 103 0 24 144 102
Binary 11111111 10001101 1010100 0 101101 1000011 0 10100 1100100 1000010

Color Harmonies of #FF8D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D54

Black with #FF8D54

Text Example


Text Example

White with #FF8D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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