Html Css Color HEX #FE8B55 Crusta

📋 copy color: '#FE8B55'

red 254 ◦ green 139 ◦ blue 85

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

Shades of Crusta #FE8B55

Tints of Crusta #FE8B55

RGB

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

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

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

R = 53.14%
G = 29.08%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE8B55 (or 0xFE8B55) is known color: Crusta. HEX triplet: FE, 8B and 55. RGB value is (254,139,85). Sum of RGB (Red+Green+Blue) = 254+139+85=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B55 is #0174AA. Grayscale: #A7A7A7. Windows color (decimal): -95403 or 5606398. OLE color: 5606398.

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

Color convert

RGB 254 139 85 -
CMYK 0 0.45 0.67 0.00
HSL 19.17º 0.99% 0.66% -
HSV(B) 19.17º 0.67% 1% -
XYZ 51.75 40.19 13.62 -
YUV 167.23 81.6 189.89 -
System Red Green Blue C M Y K H S L
Decimal 254 139 85 0 0.45 0.67 0.00 19.17 0.99 0.66
Hex FE 8B 55 0 2D 43 0 13 63 42
Octal 376 213 125 0 55 103 0 23 143 102
Binary 11111110 10001011 1010101 0 101101 1000011 0 10011 1100011 1000010

Color Harmonies of #FE8B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B55

Black with #FE8B55

Text Example


Text Example

White with #FE8B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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