Html Css Color HEX #FE845B Coral

📋 copy color: '#FE845B'

red 254 ◦ green 132 ◦ blue 91

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

Shades of Coral #FE845B

Tints of Coral #FE845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 53.25%
G = 27.67%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE845B (or 0xFE845B) is known color: Coral. HEX triplet: FE, 84 and 5B. RGB value is (254,132,91). Sum of RGB (Red+Green+Blue) = 254+132+91=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE845B is #017BA4. Grayscale: #A4A4A4. Windows color (decimal): -97189 or 5997822. OLE color: 5997822.

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

Color convert

RGB 254 132 91 -
CMYK 0 0.48 0.64 0.00
HSL 15.09º 0.99% 0.68% -
HSV(B) 15.09º 0.64% 1% -
XYZ 51.01 38.33 14.61 -
YUV 163.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 254 132 91 0 0.48 0.64 0.00 15.09 0.99 0.68
Hex FE 84 5B 0 30 40 0 F 63 44
Octal 376 204 133 0 60 100 0 17 143 104
Binary 11111110 10000100 1011011 0 110000 1000000 0 1111 1100011 1000100

Color Harmonies of #FE845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE845B

Black with #FE845B

Text Example


Text Example

White with #FE845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE845B; }

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

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

background-color css

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

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

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

border-color css

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

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

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