Html Css Color HEX #FE744F Coral

📋 copy color: '#FE744F'

red 254 ◦ green 116 ◦ blue 79

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

Shades of Coral #FE744F

Tints of Coral #FE744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 56.57%
G = 25.84%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE744F (or 0xFE744F) is known color: Coral. HEX triplet: FE, 74 and 4F. RGB value is (254,116,79). Sum of RGB (Red+Green+Blue) = 254+116+79=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE744F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE744F is #018BB0. Grayscale: #999999. Windows color (decimal): -101297 or 5207294. OLE color: 5207294.

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

Color convert

RGB 254 116 79 -
CMYK 0 0.54 0.69 0.00
HSL 12.69º 0.99% 0.65% -
HSV(B) 12.69º 0.69% 1% -
XYZ 48.53 34.13 11.43 -
YUV 153.04 86.22 200.01 -
System Red Green Blue C M Y K H S L
Decimal 254 116 79 0 0.54 0.69 0.00 12.69 0.99 0.65
Hex FE 74 4F 0 36 45 0 D 63 41
Octal 376 164 117 0 66 105 0 15 143 101
Binary 11111110 1110100 1001111 0 110110 1000101 0 1101 1100011 1000001

Color Harmonies of #FE744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE744F

Black with #FE744F

Text Example


Text Example

White with #FE744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE744F; }

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

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

background-color css

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

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

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

border-color css

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

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

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