Html Css Color HEX #FD8C53 Crusta

📋 copy color: '#FD8C53'

red 253 ◦ green 140 ◦ blue 83

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

Shades of Crusta #FD8C53

Tints of Crusta #FD8C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.44%

R = 53.15%
G = 29.41%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD8C53 (or 0xFD8C53) is known color: Crusta. HEX triplet: FD, 8C and 53. RGB value is (253,140,83). Sum of RGB (Red+Green+Blue) = 253+140+83=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C53 is #0273AC. Grayscale: #A7A7A7. Windows color (decimal): -160685 or 5475581. OLE color: 5475581.

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

Color convert

RGB 253 140 83 -
CMYK 0 0.45 0.67 0.01
HSL 20.12º 0.98% 0.66% -
HSV(B) 20.12º 0.67% 0.99% -
XYZ 51.45 40.26 13.24 -
YUV 167.29 80.44 189.13 -
System Red Green Blue C M Y K H S L
Decimal 253 140 83 0 0.45 0.67 0.01 20.12 0.98 0.66
Hex FD 8C 53 0 2D 43 1 14 62 42
Octal 375 214 123 0 55 103 1 24 142 102
Binary 11111101 10001100 1010011 0 101101 1000011 1 10100 1100010 1000010

Color Harmonies of #FD8C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C53

Black with #FD8C53

Text Example


Text Example

White with #FD8C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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