Html Css Color HEX #FE7956 Coral

📋 copy color: '#FE7956'

red 254 ◦ green 121 ◦ blue 86

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

Shades of Coral #FE7956

Tints of Coral #FE7956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.25%

 BLUE value IS 86 (33.98% from 255) = 18.66%

R = 55.1%
G = 26.25%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FE7956 (or 0xFE7956) is known color: Coral. HEX triplet: FE, 79 and 56. RGB value is (254,121,86). Sum of RGB (Red+Green+Blue) = 254+121+86=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7956 is #0186A9. Grayscale: #9D9D9D. Windows color (decimal): -100010 or 5667326. OLE color: 5667326.

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

Color convert

RGB 254 121 86 -
CMYK 0 0.52 0.66 0.00
HSL 12.5º 0.99% 0.67% -
HSV(B) 12.5º 0.66% 1% -
XYZ 49.39 35.42 13.04 -
YUV 156.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 254 121 86 0 0.52 0.66 0.00 12.5 0.99 0.67
Hex FE 79 56 0 34 42 0 C 63 43
Octal 376 171 126 0 64 102 0 14 143 103
Binary 11111110 1111001 1010110 0 110100 1000010 0 1100 1100011 1000011

Color Harmonies of #FE7956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7956

Black with #FE7956

Text Example


Text Example

White with #FE7956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7956; }

 p { color: rgb(254,121,86); }

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

background-color css

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

 a { background-color: rgb(254,121,86); }

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

border-color css

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

 span { border-color: rgb(254,121,86); }

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