Html Css Color HEX #FE8A4A Coral

📋 copy color: '#FE8A4A'

red 254 ◦ green 138 ◦ blue 74

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

Shades of Coral #FE8A4A

Tints of Coral #FE8A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

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

R = 54.51%
G = 29.61%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE8A4A (or 0xFE8A4A) is known color: Coral. HEX triplet: FE, 8A and 4A. RGB value is (254,138,74). Sum of RGB (Red+Green+Blue) = 254+138+74=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A4A is #0175B5. Grayscale: #A5A5A5. Windows color (decimal): -95670 or 4885246. OLE color: 4885246.

HSL color Cylindrical-coordinate representation of color #FE8A4A: hue angle of 21.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 #FE8A4A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 138 74 -
CMYK 0 0.46 0.71 0.00
HSL 21.33º 0.99% 0.64% -
HSV(B) 21.33º 0.71% 1% -
XYZ 51.2 39.74 11.45 -
YUV 165.39 76.43 191.2 -
System Red Green Blue C M Y K H S L
Decimal 254 138 74 0 0.46 0.71 0.00 21.33 0.99 0.64
Hex FE 8A 4A 0 2E 47 0 15 63 40
Octal 376 212 112 0 56 107 0 25 143 100
Binary 11111110 10001010 1001010 0 101110 1000111 0 10101 1100011 1000000

Color Harmonies of #FE8A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A4A

Black with #FE8A4A

Text Example


Text Example

White with #FE8A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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