Html Css Color HEX #FD804A Coral

📋 copy color: '#FD804A'

red 253 ◦ green 128 ◦ blue 74

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

Shades of Coral #FD804A

Tints of Coral #FD804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 55.6%
G = 28.13%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD804A (or 0xFD804A) is known color: Coral. HEX triplet: FD, 80 and 4A. RGB value is (253,128,74). Sum of RGB (Red+Green+Blue) = 253+128+74=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD804A is #027FB5. Grayscale: #9F9F9F. Windows color (decimal): -163766 or 4882685. OLE color: 4882685.

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

Color convert

RGB 253 128 74 -
CMYK 0 0.49 0.71 0.01
HSL 18.1º 0.98% 0.64% -
HSV(B) 18.1º 0.71% 0.99% -
XYZ 49.46 36.82 10.98 -
YUV 159.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 253 128 74 0 0.49 0.71 0.01 18.1 0.98 0.64
Hex FD 80 4A 0 31 47 1 12 62 40
Octal 375 200 112 0 61 107 1 22 142 100
Binary 11111101 10000000 1001010 0 110001 1000111 1 10010 1100010 1000000

Color Harmonies of #FD804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD804A

Black with #FD804A

Text Example


Text Example

White with #FD804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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