Html Css Color HEX #FD8D4C Crusta

📋 copy color: '#FD8D4C'

red 253 ◦ green 141 ◦ blue 76

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

Shades of Crusta #FD8D4C

Tints of Crusta #FD8D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

 BLUE value IS 76 (30.08% from 255) = 16.17%

R = 53.83%
G = 30%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD8D4C (or 0xFD8D4C) is known color: Crusta. HEX triplet: FD, 8D and 4C. RGB value is (253,141,76). Sum of RGB (Red+Green+Blue) = 253+141+76=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D4C is #0272B3. Grayscale: #A7A7A7. Windows color (decimal): -160436 or 5017085. OLE color: 5017085.

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

Color convert

RGB 253 141 76 -
CMYK 0 0.44 0.70 0.01
HSL 22.03º 0.98% 0.65% -
HSV(B) 22.03º 0.7% 0.99% -
XYZ 51.34 40.45 11.94 -
YUV 167.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 253 141 76 0 0.44 0.70 0.01 22.03 0.98 0.65
Hex FD 8D 4C 0 2C 46 1 16 62 41
Octal 375 215 114 0 54 106 1 26 142 101
Binary 11111101 10001101 1001100 0 101100 1000110 1 10110 1100010 1000001

Color Harmonies of #FD8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D4C

Black with #FD8D4C

Text Example


Text Example

White with #FD8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D4C; }

 p { color: rgb(253,141,76); }

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

background-color css

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

 a { background-color: rgb(253,141,76); }

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

border-color css

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

 span { border-color: rgb(253,141,76); }

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