Html Css Color HEX #FD8A5D Crusta

📋 copy color: '#FD8A5D'

red 253 ◦ green 138 ◦ blue 93

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

Shades of Crusta #FD8A5D

Tints of Crusta #FD8A5D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 52.27%
G = 28.51%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD8A5D (or 0xFD8A5D) is known color: Crusta. HEX triplet: FD, 8A and 5D. RGB value is (253,138,93). Sum of RGB (Red+Green+Blue) = 253+138+93=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A5D is #0275A2. Grayscale: #A7A7A7. Windows color (decimal): -161187 or 6130429. OLE color: 6130429.

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

Color convert

RGB 253 138 93 -
CMYK 0 0.45 0.63 0.01
HSL 16.88º 0.98% 0.68% -
HSV(B) 16.88º 0.63% 0.99% -
XYZ 51.57 39.85 15.33 -
YUV 167.26 86.1 189.16 -
System Red Green Blue C M Y K H S L
Decimal 253 138 93 0 0.45 0.63 0.01 16.88 0.98 0.68
Hex FD 8A 5D 0 2D 3F 1 11 62 44
Octal 375 212 135 0 55 77 1 21 142 104
Binary 11111101 10001010 1011101 0 101101 111111 1 10001 1100010 1000100

Color Harmonies of #FD8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A5D

Black with #FD8A5D

Text Example


Text Example

White with #FD8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A5D; }

 p { color: rgb(253,138,93); }

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

background-color css

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

 a { background-color: rgb(253,138,93); }

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

border-color css

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

 span { border-color: rgb(253,138,93); }

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