Html Css Color HEX #FE8D55 Crusta

📋 copy color: '#FE8D55'

red 254 ◦ green 141 ◦ blue 85

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

Shades of Crusta #FE8D55

Tints of Crusta #FE8D55

RGB

 RED value IS 254 (99.61% from 255) = 52.92%

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

 BLUE value IS 85 (33.59% from 255) = 17.71%

R = 52.92%
G = 29.38%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE8D55 (or 0xFE8D55) is known color: Crusta. HEX triplet: FE, 8D and 55. RGB value is (254,141,85). Sum of RGB (Red+Green+Blue) = 254+141+85=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D55 is #0172AA. Grayscale: #A8A8A8. Windows color (decimal): -94891 or 5606910. OLE color: 5606910.

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

Color convert

RGB 254 141 85 -
CMYK 0 0.44 0.67 0.00
HSL 19.88º 0.99% 0.66% -
HSV(B) 19.88º 0.67% 1% -
XYZ 52.04 40.78 13.72 -
YUV 168.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 254 141 85 0 0.44 0.67 0.00 19.88 0.99 0.66
Hex FE 8D 55 0 2C 43 0 14 63 42
Octal 376 215 125 0 54 103 0 24 143 102
Binary 11111110 10001101 1010101 0 101100 1000011 0 10100 1100011 1000010

Color Harmonies of #FE8D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D55

Black with #FE8D55

Text Example


Text Example

White with #FE8D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D55; }

 p { color: rgb(254,141,85); }

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

background-color css

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

 a { background-color: rgb(254,141,85); }

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

border-color css

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

 span { border-color: rgb(254,141,85); }

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