Html Css Color HEX #FE7F48 Coral

📋 copy color: '#FE7F48'

red 254 ◦ green 127 ◦ blue 72

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

Shades of Coral #FE7F48

Tints of Coral #FE7F48

RGB

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

 GREEN value IS 127 (50% from 255) = 28.04%

 BLUE value IS 72 (28.52% from 255) = 15.89%

R = 56.07%
G = 28.04%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE7F48 (or 0xFE7F48) is known color: Coral. HEX triplet: FE, 7F and 48. RGB value is (254,127,72). Sum of RGB (Red+Green+Blue) = 254+127+72=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F48 is #0180B7. Grayscale: #9F9F9F. Windows color (decimal): -98488 or 4751358. OLE color: 4751358.

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

Color convert

RGB 254 127 72 -
CMYK 0 0.50 0.72 0.00
HSL 18.13º 0.99% 0.64% -
HSV(B) 18.13º 0.72% 1% -
XYZ 49.63 36.72 10.6 -
YUV 158.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 254 127 72 0 0.50 0.72 0.00 18.13 0.99 0.64
Hex FE 7F 48 0 32 48 0 12 63 40
Octal 376 177 110 0 62 110 0 22 143 100
Binary 11111110 1111111 1001000 0 110010 1001000 0 10010 1100011 1000000

Color Harmonies of #FE7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F48

Black with #FE7F48

Text Example


Text Example

White with #FE7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F48; }

 p { color: rgb(254,127,72); }

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

background-color css

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

 a { background-color: rgb(254,127,72); }

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

border-color css

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

 span { border-color: rgb(254,127,72); }

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