Html Css Color HEX #FE8C55 Crusta

📋 copy color: '#FE8C55'

red 254 ◦ green 140 ◦ blue 85

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

Shades of Crusta #FE8C55

Tints of Crusta #FE8C55

RGB

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

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

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

R = 53.03%
G = 29.23%
B = 17.75%

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

#FE8C55 (or 0xFE8C55) is known color: Crusta. HEX triplet: FE, 8C and 55. RGB value is (254,140,85). Sum of RGB (Red+Green+Blue) = 254+140+85=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C55 is #0173AA. Grayscale: #A8A8A8. Windows color (decimal): -95147 or 5606654. OLE color: 5606654.

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

Color convert

RGB 254 140 85 -
CMYK 0 0.45 0.67 0.00
HSL 19.53º 0.99% 0.66% -
HSV(B) 19.53º 0.67% 1% -
XYZ 51.89 40.48 13.67 -
YUV 167.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 254 140 85 0 0.45 0.67 0.00 19.53 0.99 0.66
Hex FE 8C 55 0 2D 43 0 14 63 42
Octal 376 214 125 0 55 103 0 24 143 102
Binary 11111110 10001100 1010101 0 101101 1000011 0 10100 1100011 1000010

Color Harmonies of #FE8C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C55

Black with #FE8C55

Text Example


Text Example

White with #FE8C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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