Html Css Color HEX #FE8C4E Crusta

📋 copy color: '#FE8C4E'

red 254 ◦ green 140 ◦ blue 78

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

Shades of Crusta #FE8C4E

Tints of Crusta #FE8C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 53.81%
G = 29.66%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE8C4E (or 0xFE8C4E) is known color: Crusta. HEX triplet: FE, 8C and 4E. RGB value is (254,140,78). Sum of RGB (Red+Green+Blue) = 254+140+78=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C4E is #0173B1. Grayscale: #A7A7A7. Windows color (decimal): -95154 or 5147902. OLE color: 5147902.

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

Color convert

RGB 254 140 78 -
CMYK 0 0.45 0.69 0.00
HSL 21.14º 0.99% 0.65% -
HSV(B) 21.14º 0.69% 1% -
XYZ 51.63 40.38 12.28 -
YUV 167.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 254 140 78 0 0.45 0.69 0.00 21.14 0.99 0.65
Hex FE 8C 4E 0 2D 45 0 15 63 41
Octal 376 214 116 0 55 105 0 25 143 101
Binary 11111110 10001100 1001110 0 101101 1000101 0 10101 1100011 1000001

Color Harmonies of #FE8C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C4E

Black with #FE8C4E

Text Example


Text Example

White with #FE8C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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