Html Css Color HEX #FE825D Coral

📋 copy color: '#FE825D'

red 254 ◦ green 130 ◦ blue 93

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

Shades of Coral #FE825D

Tints of Coral #FE825D

RGB

 RED value IS 254 (99.61% from 255) = 53.25%

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

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 53.25%
G = 27.25%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE825D (or 0xFE825D) is known color: Coral. HEX triplet: FE, 82 and 5D. RGB value is (254,130,93). Sum of RGB (Red+Green+Blue) = 254+130+93=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE825D is #017DA2. Grayscale: #A3A3A3. Windows color (decimal): -97699 or 6128382. OLE color: 6128382.

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

Color convert

RGB 254 130 93 -
CMYK 0 0.49 0.63 0.00
HSL 13.79º 0.99% 0.68% -
HSV(B) 13.79º 0.63% 1% -
XYZ 50.83 37.83 14.98 -
YUV 162.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 254 130 93 0 0.49 0.63 0.00 13.79 0.99 0.68
Hex FE 82 5D 0 31 3F 0 E 63 44
Octal 376 202 135 0 61 77 0 16 143 104
Binary 11111110 10000010 1011101 0 110001 111111 0 1110 1100011 1000100

Color Harmonies of #FE825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE825D

Black with #FE825D

Text Example


Text Example

White with #FE825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE825D; }

 p { color: rgb(254,130,93); }

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

background-color css

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

 a { background-color: rgb(254,130,93); }

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

border-color css

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

 span { border-color: rgb(254,130,93); }

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