Html Css Color HEX #FD8140 Coral

📋 copy color: '#FD8140'

red 253 ◦ green 129 ◦ blue 64

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

Shades of Coral #FD8140

Tints of Coral #FD8140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 56.73%
G = 28.92%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD8140 (or 0xFD8140) is known color: Coral. HEX triplet: FD, 81 and 40. RGB value is (253,129,64). Sum of RGB (Red+Green+Blue) = 253+129+64=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8140 is #027EBF. Grayscale: #9F9F9F. Windows color (decimal): -163520 or 4227581. OLE color: 4227581.

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

Color convert

RGB 253 129 64 -
CMYK 0 0.49 0.75 0.01
HSL 20.63º 0.98% 0.62% -
HSV(B) 20.63º 0.75% 0.99% -
XYZ 49.28 36.95 9.39 -
YUV 158.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 253 129 64 0 0.49 0.75 0.01 20.63 0.98 0.62
Hex FD 81 40 0 31 4B 1 15 62 3E
Octal 375 201 100 0 61 113 1 25 142 76
Binary 11111101 10000001 1000000 0 110001 1001011 1 10101 1100010 111110

Color Harmonies of #FD8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8140

Black with #FD8140

Text Example


Text Example

White with #FD8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8140; }

 p { color: rgb(253,129,64); }

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

background-color css

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

 a { background-color: rgb(253,129,64); }

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

border-color css

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

 span { border-color: rgb(253,129,64); }

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