Html Css Color HEX #FD864A Coral

📋 copy color: '#FD864A'

red 253 ◦ green 134 ◦ blue 74

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

Shades of Coral #FD864A

Tints of Coral #FD864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 54.88%
G = 29.07%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD864A (or 0xFD864A) is known color: Coral. HEX triplet: FD, 86 and 4A. RGB value is (253,134,74). Sum of RGB (Red+Green+Blue) = 253+134+74=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD864A is #0279B5. Grayscale: #A3A3A3. Windows color (decimal): -162230 or 4884221. OLE color: 4884221.

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

Color convert

RGB 253 134 74 -
CMYK 0 0.47 0.71 0.01
HSL 20.11º 0.98% 0.64% -
HSV(B) 20.11º 0.71% 0.99% -
XYZ 50.27 38.43 11.25 -
YUV 162.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 253 134 74 0 0.47 0.71 0.01 20.11 0.98 0.64
Hex FD 86 4A 0 2F 47 1 14 62 40
Octal 375 206 112 0 57 107 1 24 142 100
Binary 11111101 10000110 1001010 0 101111 1000111 1 10100 1100010 1000000

Color Harmonies of #FD864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD864A

Black with #FD864A

Text Example


Text Example

White with #FD864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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