Html Css Color HEX #FE864B Coral

📋 copy color: '#FE864B'

red 254 ◦ green 134 ◦ blue 75

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

Shades of Coral #FE864B

Tints of Coral #FE864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.94%

 BLUE value IS 75 (29.69% from 255) = 16.2%

R = 54.86%
G = 28.94%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE864B (or 0xFE864B) is known color: Coral. HEX triplet: FE, 86 and 4B. RGB value is (254,134,75). Sum of RGB (Red+Green+Blue) = 254+134+75=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE864B is #0179B4. Grayscale: #A3A3A3. Windows color (decimal): -96693 or 4949758. OLE color: 4949758.

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

Color convert

RGB 254 134 75 -
CMYK 0 0.47 0.70 0.00
HSL 19.78º 0.99% 0.65% -
HSV(B) 19.78º 0.7% 1% -
XYZ 50.67 38.63 11.44 -
YUV 163.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 254 134 75 0 0.47 0.70 0.00 19.78 0.99 0.65
Hex FE 86 4B 0 2F 46 0 14 63 41
Octal 376 206 113 0 57 106 0 24 143 101
Binary 11111110 10000110 1001011 0 101111 1000110 0 10100 1100011 1000001

Color Harmonies of #FE864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE864B

Black with #FE864B

Text Example


Text Example

White with #FE864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE864B; }

 p { color: rgb(254,134,75); }

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

background-color css

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

 a { background-color: rgb(254,134,75); }

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

border-color css

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

 span { border-color: rgb(254,134,75); }

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