Html Css Color HEX #FE8D4F Crusta

📋 copy color: '#FE8D4F'

red 254 ◦ green 141 ◦ blue 79

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

Shades of Crusta #FE8D4F

Tints of Crusta #FE8D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.75%

 BLUE value IS 79 (31.25% from 255) = 16.67%

R = 53.59%
G = 29.75%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE8D4F (or 0xFE8D4F) is known color: Crusta. HEX triplet: FE, 8D and 4F. RGB value is (254,141,79). Sum of RGB (Red+Green+Blue) = 254+141+79=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D4F is #0172B0. Grayscale: #A8A8A8. Windows color (decimal): -94897 or 5213694. OLE color: 5213694.

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

Color convert

RGB 254 141 79 -
CMYK 0 0.44 0.69 0.00
HSL 21.26º 0.99% 0.65% -
HSV(B) 21.26º 0.69% 1% -
XYZ 51.81 40.69 12.52 -
YUV 167.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 254 141 79 0 0.44 0.69 0.00 21.26 0.99 0.65
Hex FE 8D 4F 0 2C 45 0 15 63 41
Octal 376 215 117 0 54 105 0 25 143 101
Binary 11111110 10001101 1001111 0 101100 1000101 0 10101 1100011 1000001

Color Harmonies of #FE8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D4F

Black with #FE8D4F

Text Example


Text Example

White with #FE8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D4F; }

 p { color: rgb(254,141,79); }

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

background-color css

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

 a { background-color: rgb(254,141,79); }

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

border-color css

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

 span { border-color: rgb(254,141,79); }

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