Html Css Color HEX #FD8D5C Crusta

📋 copy color: '#FD8D5C'

red 253 ◦ green 141 ◦ blue 92

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

Shades of Crusta #FD8D5C

Tints of Crusta #FD8D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 52.06%
G = 29.01%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD8D5C (or 0xFD8D5C) is known color: Crusta. HEX triplet: FD, 8D and 5C. RGB value is (253,141,92). Sum of RGB (Red+Green+Blue) = 253+141+92=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D5C is #0272A3. Grayscale: #A9A9A9. Windows color (decimal): -160420 or 6065661. OLE color: 6065661.

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

Color convert

RGB 253 141 92 -
CMYK 0 0.44 0.64 0.01
HSL 18.26º 0.98% 0.68% -
HSV(B) 18.26º 0.64% 0.99% -
XYZ 51.96 40.71 15.24 -
YUV 168.9 84.61 187.98 -
System Red Green Blue C M Y K H S L
Decimal 253 141 92 0 0.44 0.64 0.01 18.26 0.98 0.68
Hex FD 8D 5C 0 2C 40 1 12 62 44
Octal 375 215 134 0 54 100 1 22 142 104
Binary 11111101 10001101 1011100 0 101100 1000000 1 10010 1100010 1000100

Color Harmonies of #FD8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D5C

Black with #FD8D5C

Text Example


Text Example

White with #FD8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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