Html Css Color HEX #FD8F52 Crusta

📋 copy color: '#FD8F52'

red 253 ◦ green 143 ◦ blue 82

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

Shades of Crusta #FD8F52

Tints of Crusta #FD8F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

 BLUE value IS 82 (32.42% from 255) = 17.15%

R = 52.93%
G = 29.92%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD8F52 (or 0xFD8F52) is known color: Crusta. HEX triplet: FD, 8F and 52. RGB value is (253,143,82). Sum of RGB (Red+Green+Blue) = 253+143+82=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F52 is #0270AD. Grayscale: #A9A9A9. Windows color (decimal): -159918 or 5410813. OLE color: 5410813.

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

Color convert

RGB 253 143 82 -
CMYK 0 0.43 0.68 0.01
HSL 21.4º 0.98% 0.66% -
HSV(B) 21.4º 0.68% 0.99% -
XYZ 51.85 41.14 13.19 -
YUV 168.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 253 143 82 0 0.43 0.68 0.01 21.4 0.98 0.66
Hex FD 8F 52 0 2B 44 1 15 62 42
Octal 375 217 122 0 53 104 1 25 142 102
Binary 11111101 10001111 1010010 0 101011 1000100 1 10101 1100010 1000010

Color Harmonies of #FD8F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F52

Black with #FD8F52

Text Example


Text Example

White with #FD8F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F52; }

 p { color: rgb(253,143,82); }

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

background-color css

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

 a { background-color: rgb(253,143,82); }

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

border-color css

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

 span { border-color: rgb(253,143,82); }

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