Html Css Color HEX #FD875D Crusta

📋 copy color: '#FD875D'

red 253 ◦ green 135 ◦ blue 93

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

Shades of Crusta #FD875D

Tints of Crusta #FD875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.07%

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

R = 52.6%
G = 28.07%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD875D (or 0xFD875D) is known color: Crusta. HEX triplet: FD, 87 and 5D. RGB value is (253,135,93). Sum of RGB (Red+Green+Blue) = 253+135+93=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD875D is #0278A2. Grayscale: #A5A5A5. Windows color (decimal): -161955 or 6129661. OLE color: 6129661.

HSL color Cylindrical-coordinate representation of color #FD875D: hue angle of 15.75º 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 #FD875D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 135 93 -
CMYK 0 0.47 0.63 0.01
HSL 15.75º 0.98% 0.68% -
HSV(B) 15.75º 0.63% 0.99% -
XYZ 51.15 39 15.19 -
YUV 165.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 253 135 93 0 0.47 0.63 0.01 15.75 0.98 0.68
Hex FD 87 5D 0 2F 3F 1 10 62 44
Octal 375 207 135 0 57 77 1 20 142 104
Binary 11111101 10000111 1011101 0 101111 111111 1 10000 1100010 1000100

Color Harmonies of #FD875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD875D

Black with #FD875D

Text Example


Text Example

White with #FD875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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