Html Css Color HEX #FE8D5A Crusta

📋 copy color: '#FE8D5A'

red 254 ◦ green 141 ◦ blue 90

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

Shades of Crusta #FE8D5A

Tints of Crusta #FE8D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 52.37%
G = 29.07%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE8D5A (or 0xFE8D5A) is known color: Crusta. HEX triplet: FE, 8D and 5A. RGB value is (254,141,90). Sum of RGB (Red+Green+Blue) = 254+141+90=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D5A is #0172A5. Grayscale: #A9A9A9. Windows color (decimal): -94886 or 5934590. OLE color: 5934590.

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

Color convert

RGB 254 141 90 -
CMYK 0 0.44 0.65 0.00
HSL 18.66º 0.99% 0.67% -
HSV(B) 18.66º 0.65% 1% -
XYZ 52.24 40.86 14.81 -
YUV 168.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 254 141 90 0 0.44 0.65 0.00 18.66 0.99 0.67
Hex FE 8D 5A 0 2C 41 0 13 63 43
Octal 376 215 132 0 54 101 0 23 143 103
Binary 11111110 10001101 1011010 0 101100 1000001 0 10011 1100011 1000011

Color Harmonies of #FE8D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D5A

Black with #FE8D5A

Text Example


Text Example

White with #FE8D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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