Html Css Color HEX #FE874A Coral

📋 copy color: '#FE874A'

red 254 ◦ green 135 ◦ blue 74

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

Shades of Coral #FE874A

Tints of Coral #FE874A

RGB

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

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

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

R = 54.86%
G = 29.16%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE874A (or 0xFE874A) is known color: Coral. HEX triplet: FE, 87 and 4A. RGB value is (254,135,74). Sum of RGB (Red+Green+Blue) = 254+135+74=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE874A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE874A is #0178B5. Grayscale: #A3A3A3. Windows color (decimal): -96438 or 4884478. OLE color: 4884478.

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

Color convert

RGB 254 135 74 -
CMYK 0 0.47 0.71 0.00
HSL 20.33º 0.99% 0.64% -
HSV(B) 20.33º 0.71% 1% -
XYZ 50.77 38.89 11.31 -
YUV 163.63 77.42 192.46 -
System Red Green Blue C M Y K H S L
Decimal 254 135 74 0 0.47 0.71 0.00 20.33 0.99 0.64
Hex FE 87 4A 0 2F 47 0 14 63 40
Octal 376 207 112 0 57 107 0 24 143 100
Binary 11111110 10000111 1001010 0 101111 1000111 0 10100 1100011 1000000

Color Harmonies of #FE874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE874A

Black with #FE874A

Text Example


Text Example

White with #FE874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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