Html Css Color HEX #FE834F Coral

📋 copy color: '#FE834F'

red 254 ◦ green 131 ◦ blue 79

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

Shades of Coral #FE834F

Tints of Coral #FE834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.23%

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

R = 54.74%
G = 28.23%
B = 17.03%

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

#FE834F (or 0xFE834F) is known color: Coral. HEX triplet: FE, 83 and 4F. RGB value is (254,131,79). Sum of RGB (Red+Green+Blue) = 254+131+79=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE834F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE834F is #017CB0. Grayscale: #A2A2A2. Windows color (decimal): -97457 or 5211134. OLE color: 5211134.

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

Color convert

RGB 254 131 79 -
CMYK 0 0.48 0.69 0.00
HSL 17.83º 0.99% 0.65% -
HSV(B) 17.83º 0.69% 1% -
XYZ 50.4 37.87 12.05 -
YUV 161.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 254 131 79 0 0.48 0.69 0.00 17.83 0.99 0.65
Hex FE 83 4F 0 30 45 0 12 63 41
Octal 376 203 117 0 60 105 0 22 143 101
Binary 11111110 10000011 1001111 0 110000 1000101 0 10010 1100011 1000001

Color Harmonies of #FE834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE834F

Black with #FE834F

Text Example


Text Example

White with #FE834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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