Html Css Color HEX #FD865F Crusta

📋 copy color: '#FD865F'

red 253 ◦ green 134 ◦ blue 95

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

Shades of Crusta #FD865F

Tints of Crusta #FD865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

 BLUE value IS 95 (37.5% from 255) = 19.71%

R = 52.49%
G = 27.8%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD865F (or 0xFD865F) is known color: Crusta. HEX triplet: FD, 86 and 5F. RGB value is (253,134,95). Sum of RGB (Red+Green+Blue) = 253+134+95=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD865F is #0279A0. Grayscale: #A5A5A5. Windows color (decimal): -162209 or 6260477. OLE color: 6260477.

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

Color convert

RGB 253 134 95 -
CMYK 0 0.47 0.62 0.01
HSL 14.81º 0.98% 0.68% -
HSV(B) 14.81º 0.62% 0.99% -
XYZ 51.1 38.76 15.61 -
YUV 165.14 88.42 190.67 -
System Red Green Blue C M Y K H S L
Decimal 253 134 95 0 0.47 0.62 0.01 14.81 0.98 0.68
Hex FD 86 5F 0 2F 3E 1 F 62 44
Octal 375 206 137 0 57 76 1 17 142 104
Binary 11111101 10000110 1011111 0 101111 111110 1 1111 1100010 1000100

Color Harmonies of #FD865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD865F

Black with #FD865F

Text Example


Text Example

White with #FD865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD865F; }

 p { color: rgb(253,134,95); }

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

background-color css

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

 a { background-color: rgb(253,134,95); }

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

border-color css

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

 span { border-color: rgb(253,134,95); }

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