Html Css Color HEX #FD865C Coral

📋 copy color: '#FD865C'

red 253 ◦ green 134 ◦ blue 92

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

Shades of Coral #FD865C

Tints of Coral #FD865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.21%

R = 52.82%
G = 27.97%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD865C (or 0xFD865C) is known color: Coral. HEX triplet: FD, 86 and 5C. RGB value is (253,134,92). Sum of RGB (Red+Green+Blue) = 253+134+92=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD865C is #0279A3. Grayscale: #A5A5A5. Windows color (decimal): -162212 or 6063869. OLE color: 6063869.

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

Color convert

RGB 253 134 92 -
CMYK 0 0.47 0.64 0.01
HSL 15.65º 0.98% 0.68% -
HSV(B) 15.65º 0.64% 0.99% -
XYZ 50.96 38.71 14.91 -
YUV 164.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 253 134 92 0 0.47 0.64 0.01 15.65 0.98 0.68
Hex FD 86 5C 0 2F 40 1 10 62 44
Octal 375 206 134 0 57 100 1 20 142 104
Binary 11111101 10000110 1011100 0 101111 1000000 1 10000 1100010 1000100

Color Harmonies of #FD865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD865C

Black with #FD865C

Text Example


Text Example

White with #FD865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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