Html Css Color HEX #FD825A Coral

📋 copy color: '#FD825A'

red 253 ◦ green 130 ◦ blue 90

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

Shades of Coral #FD825A

Tints of Coral #FD825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 53.49%
G = 27.48%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD825A (or 0xFD825A) is known color: Coral. HEX triplet: FD, 82 and 5A. RGB value is (253,130,90). Sum of RGB (Red+Green+Blue) = 253+130+90=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD825A is #027DA5. Grayscale: #A2A2A2. Windows color (decimal): -163238 or 5931773. OLE color: 5931773.

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

Color convert

RGB 253 130 90 -
CMYK 0 0.49 0.64 0.01
HSL 14.72º 0.98% 0.67% -
HSV(B) 14.72º 0.64% 0.99% -
XYZ 50.34 37.59 14.27 -
YUV 162.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 253 130 90 0 0.49 0.64 0.01 14.72 0.98 0.67
Hex FD 82 5A 0 31 40 1 F 62 43
Octal 375 202 132 0 61 100 1 17 142 103
Binary 11111101 10000010 1011010 0 110001 1000000 1 1111 1100010 1000011

Color Harmonies of #FD825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD825A

Black with #FD825A

Text Example


Text Example

White with #FD825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD825A; }

 p { color: rgb(253,130,90); }

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

background-color css

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

 a { background-color: rgb(253,130,90); }

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

border-color css

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

 span { border-color: rgb(253,130,90); }

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