Html Css Color HEX #FE8C5A Crusta

📋 copy color: '#FE8C5A'

red 254 ◦ green 140 ◦ blue 90

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

Shades of Crusta #FE8C5A

Tints of Crusta #FE8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

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

R = 52.48%
G = 28.93%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE8C5A (or 0xFE8C5A) is known color: Crusta. HEX triplet: FE, 8C and 5A. RGB value is (254,140,90). Sum of RGB (Red+Green+Blue) = 254+140+90=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C5A is #0173A5. Grayscale: #A8A8A8. Windows color (decimal): -95142 or 5934334. OLE color: 5934334.

HSL color Cylindrical-coordinate representation of color #FE8C5A: hue angle of 18.29º 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 #FE8C5A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 140 90 -
CMYK 0 0.45 0.65 0.00
HSL 18.29º 0.99% 0.67% -
HSV(B) 18.29º 0.65% 1% -
XYZ 52.1 40.57 14.76 -
YUV 168.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 254 140 90 0 0.45 0.65 0.00 18.29 0.99 0.67
Hex FE 8C 5A 0 2D 41 0 12 63 43
Octal 376 214 132 0 55 101 0 22 143 103
Binary 11111110 10001100 1011010 0 101101 1000001 0 10010 1100011 1000011

Color Harmonies of #FE8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C5A

Black with #FE8C5A

Text Example


Text Example

White with #FE8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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