Html Css Color HEX #FE894B Coral

📋 copy color: '#FE894B'

red 254 ◦ green 137 ◦ blue 75

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

Shades of Coral #FE894B

Tints of Coral #FE894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.4%

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

R = 54.51%
G = 29.4%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE894B (or 0xFE894B) is known color: Coral. HEX triplet: FE, 89 and 4B. RGB value is (254,137,75). Sum of RGB (Red+Green+Blue) = 254+137+75=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE894B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE894B is #0176B4. Grayscale: #A5A5A5. Windows color (decimal): -95925 or 4950526. OLE color: 4950526.

HSL color Cylindrical-coordinate representation of color #FE894B: hue angle of 20.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 #FE894B is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 137 75 -
CMYK 0 0.46 0.70 0.00
HSL 20.78º 0.99% 0.65% -
HSV(B) 20.78º 0.7% 1% -
XYZ 51.09 39.47 11.58 -
YUV 164.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 254 137 75 0 0.46 0.70 0.00 20.78 0.99 0.65
Hex FE 89 4B 0 2E 46 0 15 63 41
Octal 376 211 113 0 56 106 0 25 143 101
Binary 11111110 10001001 1001011 0 101110 1000110 0 10101 1100011 1000001

Color Harmonies of #FE894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE894B

Black with #FE894B

Text Example


Text Example

White with #FE894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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