Html Css Color HEX #FD9255 Crusta

📋 copy color: '#FD9255'

red 253 ◦ green 146 ◦ blue 85

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

Shades of Crusta #FD9255

Tints of Crusta #FD9255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

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

R = 52.27%
G = 30.17%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD9255 (or 0xFD9255) is known color: Crusta. HEX triplet: FD, 92 and 55. RGB value is (253,146,85). Sum of RGB (Red+Green+Blue) = 253+146+85=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9255 is #026DAA. Grayscale: #ABABAB. Windows color (decimal): -159147 or 5608189. OLE color: 5608189.

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

Color convert

RGB 253 146 85 -
CMYK 0 0.42 0.66 0.01
HSL 21.79º 0.98% 0.66% -
HSV(B) 21.79º 0.66% 0.99% -
XYZ 52.43 42.1 13.96 -
YUV 171.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 253 146 85 0 0.42 0.66 0.01 21.79 0.98 0.66
Hex FD 92 55 0 2A 42 1 16 62 42
Octal 375 222 125 0 52 102 1 26 142 102
Binary 11111101 10010010 1010101 0 101010 1000010 1 10110 1100010 1000010

Color Harmonies of #FD9255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9255

Black with #FD9255

Text Example


Text Example

White with #FD9255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9255; }

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

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

background-color css

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

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

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

border-color css

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

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

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