Html Css Color HEX #FD8D4E Crusta

📋 copy color: '#FD8D4E'

red 253 ◦ green 141 ◦ blue 78

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

Shades of Crusta #FD8D4E

Tints of Crusta #FD8D4E

RGB

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

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

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

R = 53.6%
G = 29.87%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD8D4E (or 0xFD8D4E) is known color: Crusta. HEX triplet: FD, 8D and 4E. RGB value is (253,141,78). Sum of RGB (Red+Green+Blue) = 253+141+78=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D4E is #0272B1. Grayscale: #A7A7A7. Windows color (decimal): -160434 or 5148157. OLE color: 5148157.

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

Color convert

RGB 253 141 78 -
CMYK 0 0.44 0.69 0.01
HSL 21.6º 0.98% 0.65% -
HSV(B) 21.6º 0.69% 0.99% -
XYZ 51.41 40.48 12.31 -
YUV 167.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 253 141 78 0 0.44 0.69 0.01 21.6 0.98 0.65
Hex FD 8D 4E 0 2C 45 1 16 62 41
Octal 375 215 116 0 54 105 1 26 142 101
Binary 11111101 10001101 1001110 0 101100 1000101 1 10110 1100010 1000001

Color Harmonies of #FD8D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D4E

Black with #FD8D4E

Text Example


Text Example

White with #FD8D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D4E; }

 p { color: rgb(253,141,78); }

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

background-color css

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

 a { background-color: rgb(253,141,78); }

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

border-color css

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

 span { border-color: rgb(253,141,78); }

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