Html Css Color HEX #FE744A Coral

📋 copy color: '#FE744A'

red 254 ◦ green 116 ◦ blue 74

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

Shades of Coral #FE744A

Tints of Coral #FE744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

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

R = 57.21%
G = 26.13%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE744A (or 0xFE744A) is known color: Coral. HEX triplet: FE, 74 and 4A. RGB value is (254,116,74). Sum of RGB (Red+Green+Blue) = 254+116+74=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE744A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE744A is #018BB5. Grayscale: #989898. Windows color (decimal): -101302 or 4879614. OLE color: 4879614.

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

Color convert

RGB 254 116 74 -
CMYK 0 0.54 0.71 0.00
HSL 14º 0.99% 0.64% -
HSV(B) 14º 0.71% 1% -
XYZ 48.35 34.06 10.5 -
YUV 152.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 254 116 74 0 0.54 0.71 0.00 14 0.99 0.64
Hex FE 74 4A 0 36 47 0 E 63 40
Octal 376 164 112 0 66 107 0 16 143 100
Binary 11111110 1110100 1001010 0 110110 1000111 0 1110 1100011 1000000

Color Harmonies of #FE744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE744A

Black with #FE744A

Text Example


Text Example

White with #FE744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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