Html Css Color HEX #FD8E4D Crusta

📋 copy color: '#FD8E4D'

red 253 ◦ green 142 ◦ blue 77

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

Shades of Crusta #FD8E4D

Tints of Crusta #FD8E4D

RGB

 RED value IS 253 (99.22% from 255) = 53.6%

 GREEN value IS 142 (55.86% from 255) = 30.08%

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

R = 53.6%
G = 30.08%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD8E4D (or 0xFD8E4D) is known color: Crusta. HEX triplet: FD, 8E and 4D. RGB value is (253,142,77). Sum of RGB (Red+Green+Blue) = 253+142+77=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8E4D is #0271B2. Grayscale: #A8A8A8. Windows color (decimal): -160179 or 5082877. OLE color: 5082877.

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

Color convert

RGB 253 142 77 -
CMYK 0 0.44 0.70 0.01
HSL 22.16º 0.98% 0.65% -
HSV(B) 22.16º 0.7% 0.99% -
XYZ 51.52 40.76 12.17 -
YUV 167.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 253 142 77 0 0.44 0.70 0.01 22.16 0.98 0.65
Hex FD 8E 4D 0 2C 46 1 16 62 41
Octal 375 216 115 0 54 106 1 26 142 101
Binary 11111101 10001110 1001101 0 101100 1000110 1 10110 1100010 1000001

Color Harmonies of #FD8E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8E4D

Black with #FD8E4D

Text Example


Text Example

White with #FD8E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8E4D; }

 p { color: rgb(253,142,77); }

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

background-color css

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

 a { background-color: rgb(253,142,77); }

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

border-color css

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

 span { border-color: rgb(253,142,77); }

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