Html Css Color HEX #FE854F Coral

📋 copy color: '#FE854F'

red 254 ◦ green 133 ◦ blue 79

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

Shades of Coral #FE854F

Tints of Coral #FE854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 54.51%
G = 28.54%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE854F (or 0xFE854F) is known color: Coral. HEX triplet: FE, 85 and 4F. RGB value is (254,133,79). Sum of RGB (Red+Green+Blue) = 254+133+79=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE854F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE854F is #017AB0. Grayscale: #A3A3A3. Windows color (decimal): -96945 or 5211646. OLE color: 5211646.

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

Color convert

RGB 254 133 79 -
CMYK 0 0.48 0.69 0.00
HSL 18.51º 0.99% 0.65% -
HSV(B) 18.51º 0.69% 1% -
XYZ 50.67 38.41 12.14 -
YUV 163.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 254 133 79 0 0.48 0.69 0.00 18.51 0.99 0.65
Hex FE 85 4F 0 30 45 0 13 63 41
Octal 376 205 117 0 60 105 0 23 143 101
Binary 11111110 10000101 1001111 0 110000 1000101 0 10011 1100011 1000001

Color Harmonies of #FE854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE854F

Black with #FE854F

Text Example


Text Example

White with #FE854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE854F; }

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

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

background-color css

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

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

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

border-color css

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

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

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