Html Css Color HEX #FE844A Coral

📋 copy color: '#FE844A'

red 254 ◦ green 132 ◦ blue 74

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

Shades of Coral #FE844A

Tints of Coral #FE844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.09%

R = 55.22%
G = 28.7%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE844A (or 0xFE844A) is known color: Coral. HEX triplet: FE, 84 and 4A. RGB value is (254,132,74). Sum of RGB (Red+Green+Blue) = 254+132+74=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE844A is #017BB5. Grayscale: #A2A2A2. Windows color (decimal): -97206 or 4883710. OLE color: 4883710.

HSL color Cylindrical-coordinate representation of color #FE844A: hue angle of 19.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE844A is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 132 74 -
CMYK 0 0.48 0.71 0.00
HSL 19.33º 0.99% 0.64% -
HSV(B) 19.33º 0.71% 1% -
XYZ 50.36 38.07 11.17 -
YUV 161.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 254 132 74 0 0.48 0.71 0.00 19.33 0.99 0.64
Hex FE 84 4A 0 30 47 0 13 63 40
Octal 376 204 112 0 60 107 0 23 143 100
Binary 11111110 10000100 1001010 0 110000 1000111 0 10011 1100011 1000000

Color Harmonies of #FE844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE844A

Black with #FE844A

Text Example


Text Example

White with #FE844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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