Html Css Color HEX #FE724A Coral

📋 copy color: '#FE724A'

red 254 ◦ green 114 ◦ blue 74

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

Shades of Coral #FE724A

Tints of Coral #FE724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

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

R = 57.47%
G = 25.79%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE724A (or 0xFE724A) is known color: Coral. HEX triplet: FE, 72 and 4A. RGB value is (254,114,74). Sum of RGB (Red+Green+Blue) = 254+114+74=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE724A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE724A is #018DB5. Grayscale: #979797. Windows color (decimal): -101814 or 4879102. OLE color: 4879102.

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

Color convert

RGB 254 114 74 -
CMYK 0 0.55 0.71 0.00
HSL 13.33º 0.99% 0.64% -
HSV(B) 13.33º 0.71% 1% -
XYZ 48.13 33.6 10.43 -
YUV 151.3 84.38 201.25 -
System Red Green Blue C M Y K H S L
Decimal 254 114 74 0 0.55 0.71 0.00 13.33 0.99 0.64
Hex FE 72 4A 0 37 47 0 D 63 40
Octal 376 162 112 0 67 107 0 15 143 100
Binary 11111110 1110010 1001010 0 110111 1000111 0 1101 1100011 1000000

Color Harmonies of #FE724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE724A

Black with #FE724A

Text Example


Text Example

White with #FE724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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