Html Css Color HEX #FD8F5A Crusta

📋 copy color: '#FD8F5A'

red 253 ◦ green 143 ◦ blue 90

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

Shades of Crusta #FD8F5A

Tints of Crusta #FD8F5A

RGB

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

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

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

R = 52.06%
G = 29.42%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD8F5A (or 0xFD8F5A) is known color: Crusta. HEX triplet: FD, 8F and 5A. RGB value is (253,143,90). Sum of RGB (Red+Green+Blue) = 253+143+90=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F5A is #0270A5. Grayscale: #AAAAAA. Windows color (decimal): -159910 or 5935101. OLE color: 5935101.

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

Color convert

RGB 253 143 90 -
CMYK 0 0.43 0.64 0.01
HSL 19.51º 0.98% 0.67% -
HSV(B) 19.51º 0.64% 0.99% -
XYZ 52.18 41.27 14.89 -
YUV 169.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 253 143 90 0 0.43 0.64 0.01 19.51 0.98 0.67
Hex FD 8F 5A 0 2B 40 1 14 62 43
Octal 375 217 132 0 53 100 1 24 142 103
Binary 11111101 10001111 1011010 0 101011 1000000 1 10100 1100010 1000011

Color Harmonies of #FD8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F5A

Black with #FD8F5A

Text Example


Text Example

White with #FD8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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