Html Css Color HEX #FD875A Crusta

📋 copy color: '#FD875A'

red 253 ◦ green 135 ◦ blue 90

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

Shades of Crusta #FD875A

Tints of Crusta #FD875A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 52.93%
G = 28.24%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD875A (or 0xFD875A) is known color: Crusta. HEX triplet: FD, 87 and 5A. RGB value is (253,135,90). Sum of RGB (Red+Green+Blue) = 253+135+90=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD875A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD875A is #0278A5. Grayscale: #A5A5A5. Windows color (decimal): -161958 or 5933053. OLE color: 5933053.

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

Color convert

RGB 253 135 90 -
CMYK 0 0.47 0.64 0.01
HSL 16.56º 0.98% 0.67% -
HSV(B) 16.56º 0.64% 0.99% -
XYZ 51.02 38.95 14.5 -
YUV 165.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 253 135 90 0 0.47 0.64 0.01 16.56 0.98 0.67
Hex FD 87 5A 0 2F 40 1 11 62 43
Octal 375 207 132 0 57 100 1 21 142 103
Binary 11111101 10000111 1011010 0 101111 1000000 1 10001 1100010 1000011

Color Harmonies of #FD875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD875A

Black with #FD875A

Text Example


Text Example

White with #FD875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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