Html Css Color HEX #FE845A Coral

📋 copy color: '#FE845A'

red 254 ◦ green 132 ◦ blue 90

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

Shades of Coral #FE845A

Tints of Coral #FE845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 53.36%
G = 27.73%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE845A (or 0xFE845A) is known color: Coral. HEX triplet: FE, 84 and 5A. RGB value is (254,132,90). Sum of RGB (Red+Green+Blue) = 254+132+90=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE845A is #017BA5. Grayscale: #A3A3A3. Windows color (decimal): -97190 or 5932286. OLE color: 5932286.

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

Color convert

RGB 254 132 90 -
CMYK 0 0.48 0.65 0.00
HSL 15.37º 0.99% 0.67% -
HSV(B) 15.37º 0.65% 1% -
XYZ 50.97 38.31 14.38 -
YUV 163.69 86.42 192.42 -
System Red Green Blue C M Y K H S L
Decimal 254 132 90 0 0.48 0.65 0.00 15.37 0.99 0.67
Hex FE 84 5A 0 30 41 0 F 63 43
Octal 376 204 132 0 60 101 0 17 143 103
Binary 11111110 10000100 1011010 0 110000 1000001 0 1111 1100011 1000011

Color Harmonies of #FE845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE845A

Black with #FE845A

Text Example


Text Example

White with #FE845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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