Html Css Color HEX #FD9054 Crusta

📋 copy color: '#FD9054'

red 253 ◦ green 144 ◦ blue 84

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

Shades of Crusta #FD9054

Tints of Crusta #FD9054

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.94%

 BLUE value IS 84 (33.2% from 255) = 17.46%

R = 52.6%
G = 29.94%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD9054 (or 0xFD9054) is known color: Crusta. HEX triplet: FD, 90 and 54. RGB value is (253,144,84). Sum of RGB (Red+Green+Blue) = 253+144+84=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9054 is #026FAB. Grayscale: #AAAAAA. Windows color (decimal): -159660 or 5542141. OLE color: 5542141.

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

Color convert

RGB 253 144 84 -
CMYK 0 0.43 0.67 0.01
HSL 21.3º 0.98% 0.66% -
HSV(B) 21.3º 0.67% 0.99% -
XYZ 52.08 41.47 13.65 -
YUV 169.75 79.61 187.38 -
System Red Green Blue C M Y K H S L
Decimal 253 144 84 0 0.43 0.67 0.01 21.3 0.98 0.66
Hex FD 90 54 0 2B 43 1 15 62 42
Octal 375 220 124 0 53 103 1 25 142 102
Binary 11111101 10010000 1010100 0 101011 1000011 1 10101 1100010 1000010

Color Harmonies of #FD9054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9054

Black with #FD9054

Text Example


Text Example

White with #FD9054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9054; }

 p { color: rgb(253,144,84); }

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

background-color css

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

 a { background-color: rgb(253,144,84); }

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

border-color css

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

 span { border-color: rgb(253,144,84); }

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