Html Css Color HEX #FE8C4D Crusta

📋 copy color: '#FE8C4D'

red 254 ◦ green 140 ◦ blue 77

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

Shades of Crusta #FE8C4D

Tints of Crusta #FE8C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 53.93%
G = 29.72%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE8C4D (or 0xFE8C4D) is known color: Crusta. HEX triplet: FE, 8C and 4D. RGB value is (254,140,77). Sum of RGB (Red+Green+Blue) = 254+140+77=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C4D is #0173B2. Grayscale: #A7A7A7. Windows color (decimal): -95155 or 5082366. OLE color: 5082366.

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

Color convert

RGB 254 140 77 -
CMYK 0 0.45 0.70 0.00
HSL 21.36º 0.99% 0.65% -
HSV(B) 21.36º 0.7% 1% -
XYZ 51.59 40.36 12.09 -
YUV 166.9 77.27 190.12 -
System Red Green Blue C M Y K H S L
Decimal 254 140 77 0 0.45 0.70 0.00 21.36 0.99 0.65
Hex FE 8C 4D 0 2D 46 0 15 63 41
Octal 376 214 115 0 55 106 0 25 143 101
Binary 11111110 10001100 1001101 0 101101 1000110 0 10101 1100011 1000001

Color Harmonies of #FE8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C4D

Black with #FE8C4D

Text Example


Text Example

White with #FE8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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