Html Css Color HEX #FE875F Coral

📋 copy color: '#FE875F'

red 254 ◦ green 135 ◦ blue 95

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

Shades of Coral #FE875F

Tints of Coral #FE875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.89%

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 52.48%
G = 27.89%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE875F (or 0xFE875F) is known color: Coral. HEX triplet: FE, 87 and 5F. RGB value is (254,135,95). Sum of RGB (Red+Green+Blue) = 254+135+95=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE875F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE875F is #0178A0. Grayscale: #A6A6A6. Windows color (decimal): -96417 or 6260734. OLE color: 6260734.

HSL color Cylindrical-coordinate representation of color #FE875F: hue angle of 15.09º 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 #FE875F is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 135 95 -
CMYK 0 0.47 0.63 0.00
HSL 15.09º 0.99% 0.68% -
HSV(B) 15.09º 0.63% 1% -
XYZ 51.6 39.23 15.68 -
YUV 166.02 87.92 190.75 -
System Red Green Blue C M Y K H S L
Decimal 254 135 95 0 0.47 0.63 0.00 15.09 0.99 0.68
Hex FE 87 5F 0 2F 3F 0 F 63 44
Octal 376 207 137 0 57 77 0 17 143 104
Binary 11111110 10000111 1011111 0 101111 111111 0 1111 1100011 1000100

Color Harmonies of #FE875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE875F

Black with #FE875F

Text Example


Text Example

White with #FE875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE875F; }

 p { color: rgb(254,135,95); }

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

background-color css

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

 a { background-color: rgb(254,135,95); }

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

border-color css

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

 span { border-color: rgb(254,135,95); }

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