Html Css Color HEX #FE9150 Crusta

📋 copy color: '#FE9150'

red 254 ◦ green 145 ◦ blue 80

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

Shades of Crusta #FE9150

Tints of Crusta #FE9150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.27%

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 53.03%
G = 30.27%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE9150 (or 0xFE9150) is known color: Crusta. HEX triplet: FE, 91 and 50. RGB value is (254,145,80). Sum of RGB (Red+Green+Blue) = 254+145+80=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9150 is #016EAF. Grayscale: #AAAAAA. Windows color (decimal): -93872 or 5280254. OLE color: 5280254.

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

Color convert

RGB 254 145 80 -
CMYK 0 0.43 0.69 0.00
HSL 22.41º 0.99% 0.65% -
HSV(B) 22.41º 0.69% 1% -
XYZ 52.45 41.9 12.91 -
YUV 170.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 254 145 80 0 0.43 0.69 0.00 22.41 0.99 0.65
Hex FE 91 50 0 2B 45 0 16 63 41
Octal 376 221 120 0 53 105 0 26 143 101
Binary 11111110 10010001 1010000 0 101011 1000101 0 10110 1100011 1000001

Color Harmonies of #FE9150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9150

Black with #FE9150

Text Example


Text Example

White with #FE9150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9150; }

 p { color: rgb(254,145,80); }

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

background-color css

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

 a { background-color: rgb(254,145,80); }

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

border-color css

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

 span { border-color: rgb(254,145,80); }

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