Html Css Color HEX #FD8250 Coral

📋 copy color: '#FD8250'

red 253 ◦ green 130 ◦ blue 80

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

Shades of Coral #FD8250

Tints of Coral #FD8250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 54.64%
G = 28.08%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD8250 (or 0xFD8250) is known color: Coral. HEX triplet: FD, 82 and 50. RGB value is (253,130,80). Sum of RGB (Red+Green+Blue) = 253+130+80=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8250 is #027DAF. Grayscale: #A1A1A1. Windows color (decimal): -163248 or 5276413. OLE color: 5276413.

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

Color convert

RGB 253 130 80 -
CMYK 0 0.49 0.68 0.01
HSL 17.34º 0.98% 0.65% -
HSV(B) 17.34º 0.68% 0.99% -
XYZ 49.94 37.43 12.18 -
YUV 161.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 253 130 80 0 0.49 0.68 0.01 17.34 0.98 0.65
Hex FD 82 50 0 31 44 1 11 62 41
Octal 375 202 120 0 61 104 1 21 142 101
Binary 11111101 10000010 1010000 0 110001 1000100 1 10001 1100010 1000001

Color Harmonies of #FD8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8250

Black with #FD8250

Text Example


Text Example

White with #FD8250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8250; }

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

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

background-color css

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

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

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

border-color css

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

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

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