Html Css Color HEX #FD875C Crusta

📋 copy color: '#FD875C'

red 253 ◦ green 135 ◦ blue 92

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

Shades of Crusta #FD875C

Tints of Crusta #FD875C

RGB

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

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

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

R = 52.71%
G = 28.13%
B = 19.17%

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

#FD875C (or 0xFD875C) is known color: Crusta. HEX triplet: FD, 87 and 5C. RGB value is (253,135,92). Sum of RGB (Red+Green+Blue) = 253+135+92=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD875C is #0278A3. Grayscale: #A5A5A5. Windows color (decimal): -161956 or 6064125. OLE color: 6064125.

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

Color convert

RGB 253 135 92 -
CMYK 0 0.47 0.64 0.01
HSL 16.02º 0.98% 0.68% -
HSV(B) 16.02º 0.64% 0.99% -
XYZ 51.1 38.98 14.96 -
YUV 165.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 253 135 92 0 0.47 0.64 0.01 16.02 0.98 0.68
Hex FD 87 5C 0 2F 40 1 10 62 44
Octal 375 207 134 0 57 100 1 20 142 104
Binary 11111101 10000111 1011100 0 101111 1000000 1 10000 1100010 1000100

Color Harmonies of #FD875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD875C

Black with #FD875C

Text Example


Text Example

White with #FD875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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