Html Css Color HEX #FE9355 Crusta

📋 copy color: '#FE9355'

red 254 ◦ green 147 ◦ blue 85

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

Shades of Crusta #FE9355

Tints of Crusta #FE9355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.25%

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

R = 52.26%
G = 30.25%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE9355 (or 0xFE9355) is known color: Crusta. HEX triplet: FE, 93 and 55. RGB value is (254,147,85). Sum of RGB (Red+Green+Blue) = 254+147+85=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9355 is #016CAA. Grayscale: #ACACAC. Windows color (decimal): -93355 or 5608446. OLE color: 5608446.

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

Color convert

RGB 254 147 85 -
CMYK 0 0.42 0.67 0.00
HSL 22.01º 0.99% 0.66% -
HSV(B) 22.01º 0.67% 1% -
XYZ 52.95 42.59 14.03 -
YUV 171.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 254 147 85 0 0.42 0.67 0.00 22.01 0.99 0.66
Hex FE 93 55 0 2A 43 0 16 63 42
Octal 376 223 125 0 52 103 0 26 143 102
Binary 11111110 10010011 1010101 0 101010 1000011 0 10110 1100011 1000010

Color Harmonies of #FE9355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9355

Black with #FE9355

Text Example


Text Example

White with #FE9355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9355; }

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

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

background-color css

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

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

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

border-color css

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

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

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