Html Css Color HEX #FD8C5B Crusta

📋 copy color: '#FD8C5B'

red 253 ◦ green 140 ◦ blue 91

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

Shades of Crusta #FD8C5B

Tints of Crusta #FD8C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.8%

R = 52.27%
G = 28.93%
B = 18.8%

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

#FD8C5B (or 0xFD8C5B) is known color: Crusta. HEX triplet: FD, 8C and 5B. RGB value is (253,140,91). Sum of RGB (Red+Green+Blue) = 253+140+91=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C5B is #0273A4. Grayscale: #A8A8A8. Windows color (decimal): -160677 or 5999869. OLE color: 5999869.

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

Color convert

RGB 253 140 91 -
CMYK 0 0.45 0.64 0.01
HSL 18.15º 0.98% 0.67% -
HSV(B) 18.15º 0.64% 0.99% -
XYZ 51.77 40.39 14.97 -
YUV 168.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 253 140 91 0 0.45 0.64 0.01 18.15 0.98 0.67
Hex FD 8C 5B 0 2D 40 1 12 62 43
Octal 375 214 133 0 55 100 1 22 142 103
Binary 11111101 10001100 1011011 0 101101 1000000 1 10010 1100010 1000011

Color Harmonies of #FD8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C5B

Black with #FD8C5B

Text Example


Text Example

White with #FD8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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