Html Css Color HEX #FE844B Coral

📋 copy color: '#FE844B'

red 254 ◦ green 132 ◦ blue 75

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

Shades of Coral #FE844B

Tints of Coral #FE844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

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

R = 55.1%
G = 28.63%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE844B (or 0xFE844B) is known color: Coral. HEX triplet: FE, 84 and 4B. RGB value is (254,132,75). Sum of RGB (Red+Green+Blue) = 254+132+75=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE844B is #017BB4. Grayscale: #A2A2A2. Windows color (decimal): -97205 or 4949246. OLE color: 4949246.

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

Color convert

RGB 254 132 75 -
CMYK 0 0.48 0.70 0.00
HSL 19.11º 0.99% 0.65% -
HSV(B) 19.11º 0.7% 1% -
XYZ 50.39 38.08 11.35 -
YUV 161.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 254 132 75 0 0.48 0.70 0.00 19.11 0.99 0.65
Hex FE 84 4B 0 30 46 0 13 63 41
Octal 376 204 113 0 60 106 0 23 143 101
Binary 11111110 10000100 1001011 0 110000 1000110 0 10011 1100011 1000001

Color Harmonies of #FE844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE844B

Black with #FE844B

Text Example


Text Example

White with #FE844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE844B; }

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

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

background-color css

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

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

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

border-color css

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

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

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