Html Css Color HEX #FD8C5A Crusta

📋 copy color: '#FD8C5A'

red 253 ◦ green 140 ◦ blue 90

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

Shades of Crusta #FD8C5A

Tints of Crusta #FD8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.99%

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

R = 52.38%
G = 28.99%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD8C5A (or 0xFD8C5A) is known color: Crusta. HEX triplet: FD, 8C and 5A. RGB value is (253,140,90). Sum of RGB (Red+Green+Blue) = 253+140+90=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C5A is #0273A5. Grayscale: #A8A8A8. Windows color (decimal): -160678 or 5934333. OLE color: 5934333.

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

Color convert

RGB 253 140 90 -
CMYK 0 0.45 0.64 0.01
HSL 18.4º 0.98% 0.67% -
HSV(B) 18.4º 0.64% 0.99% -
XYZ 51.73 40.38 14.74 -
YUV 168.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 253 140 90 0 0.45 0.64 0.01 18.4 0.98 0.67
Hex FD 8C 5A 0 2D 40 1 12 62 43
Octal 375 214 132 0 55 100 1 22 142 103
Binary 11111101 10001100 1011010 0 101101 1000000 1 10010 1100010 1000011

Color Harmonies of #FD8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C5A

Black with #FD8C5A

Text Example


Text Example

White with #FD8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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