Html Css Color HEX #FD8F50 Crusta

📋 copy color: '#FD8F50'

red 253 ◦ green 143 ◦ blue 80

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

Shades of Crusta #FD8F50

Tints of Crusta #FD8F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 53.15%
G = 30.04%
B = 16.81%

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

#FD8F50 (or 0xFD8F50) is known color: Crusta. HEX triplet: FD, 8F and 50. RGB value is (253,143,80). Sum of RGB (Red+Green+Blue) = 253+143+80=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F50 is #0270AF. Grayscale: #A9A9A9. Windows color (decimal): -159920 or 5279741. OLE color: 5279741.

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

Color convert

RGB 253 143 80 -
CMYK 0 0.43 0.68 0.01
HSL 21.85º 0.98% 0.65% -
HSV(B) 21.85º 0.68% 0.99% -
XYZ 51.78 41.11 12.79 -
YUV 168.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 253 143 80 0 0.43 0.68 0.01 21.85 0.98 0.65
Hex FD 8F 50 0 2B 44 1 16 62 41
Octal 375 217 120 0 53 104 1 26 142 101
Binary 11111101 10001111 1010000 0 101011 1000100 1 10110 1100010 1000001

Color Harmonies of #FD8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F50

Black with #FD8F50

Text Example


Text Example

White with #FD8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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