Html Css Color HEX #FE8B5A Crusta

📋 copy color: '#FE8B5A'

red 254 ◦ green 139 ◦ blue 90

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

Shades of Crusta #FE8B5A

Tints of Crusta #FE8B5A

RGB

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

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

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

R = 52.59%
G = 28.78%
B = 18.63%

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

#FE8B5A (or 0xFE8B5A) is known color: Crusta. HEX triplet: FE, 8B and 5A. RGB value is (254,139,90). Sum of RGB (Red+Green+Blue) = 254+139+90=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B5A is #0174A5. Grayscale: #A8A8A8. Windows color (decimal): -95398 or 5934078. OLE color: 5934078.

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

Color convert

RGB 254 139 90 -
CMYK 0 0.45 0.65 0.00
HSL 17.93º 0.99% 0.67% -
HSV(B) 17.93º 0.65% 1% -
XYZ 51.95 40.27 14.71 -
YUV 167.8 84.1 189.48 -
System Red Green Blue C M Y K H S L
Decimal 254 139 90 0 0.45 0.65 0.00 17.93 0.99 0.67
Hex FE 8B 5A 0 2D 41 0 12 63 43
Octal 376 213 132 0 55 101 0 22 143 103
Binary 11111110 10001011 1011010 0 101101 1000001 0 10010 1100011 1000011

Color Harmonies of #FE8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B5A

Black with #FE8B5A

Text Example


Text Example

White with #FE8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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