Html Css Color HEX #FD8A55 Crusta

📋 copy color: '#FD8A55'

red 253 ◦ green 138 ◦ blue 85

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

Shades of Crusta #FD8A55

Tints of Crusta #FD8A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.99%

 BLUE value IS 85 (33.59% from 255) = 17.86%

R = 53.15%
G = 28.99%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD8A55 (or 0xFD8A55) is known color: Crusta. HEX triplet: FD, 8A and 55. RGB value is (253,138,85). Sum of RGB (Red+Green+Blue) = 253+138+85=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A55 is #0275AA. Grayscale: #A6A6A6. Windows color (decimal): -161195 or 5606141. OLE color: 5606141.

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

Color convert

RGB 253 138 85 -
CMYK 0 0.45 0.66 0.01
HSL 18.93º 0.98% 0.66% -
HSV(B) 18.93º 0.66% 0.99% -
XYZ 51.24 39.72 13.56 -
YUV 166.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 253 138 85 0 0.45 0.66 0.01 18.93 0.98 0.66
Hex FD 8A 55 0 2D 42 1 13 62 42
Octal 375 212 125 0 55 102 1 23 142 102
Binary 11111101 10001010 1010101 0 101101 1000010 1 10011 1100010 1000010

Color Harmonies of #FD8A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A55

Black with #FD8A55

Text Example


Text Example

White with #FD8A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A55; }

 p { color: rgb(253,138,85); }

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

background-color css

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

 a { background-color: rgb(253,138,85); }

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

border-color css

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

 span { border-color: rgb(253,138,85); }

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