Html Css Color HEX #FE8B5E Crusta

📋 copy color: '#FE8B5E'

red 254 ◦ green 139 ◦ blue 94

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

Shades of Crusta #FE8B5E

Tints of Crusta #FE8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

 BLUE value IS 94 (37.11% from 255) = 19.3%

R = 52.16%
G = 28.54%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE8B5E (or 0xFE8B5E) is known color: Crusta. HEX triplet: FE, 8B and 5E. RGB value is (254,139,94). Sum of RGB (Red+Green+Blue) = 254+139+94=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B5E is #0174A1. Grayscale: #A8A8A8. Windows color (decimal): -95394 or 6196222. OLE color: 6196222.

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

Color convert

RGB 254 139 94 -
CMYK 0 0.45 0.63 0.00
HSL 16.88º 0.99% 0.68% -
HSV(B) 16.88º 0.63% 1% -
XYZ 52.13 40.34 15.63 -
YUV 168.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 254 139 94 0 0.45 0.63 0.00 16.88 0.99 0.68
Hex FE 8B 5E 0 2D 3F 0 11 63 44
Octal 376 213 136 0 55 77 0 21 143 104
Binary 11111110 10001011 1011110 0 101101 111111 0 10001 1100011 1000100

Color Harmonies of #FE8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B5E

Black with #FE8B5E

Text Example


Text Example

White with #FE8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B5E; }

 p { color: rgb(254,139,94); }

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

background-color css

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

 a { background-color: rgb(254,139,94); }

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

border-color css

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

 span { border-color: rgb(254,139,94); }

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