Html Css Color HEX #FE814B Coral

📋 copy color: '#FE814B'

red 254 ◦ green 129 ◦ blue 75

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

Shades of Coral #FE814B

Tints of Coral #FE814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

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

R = 55.46%
G = 28.17%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE814B (or 0xFE814B) is known color: Coral. HEX triplet: FE, 81 and 4B. RGB value is (254,129,75). Sum of RGB (Red+Green+Blue) = 254+129+75=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE814B is #017EB4. Grayscale: #A0A0A0. Windows color (decimal): -97973 or 4948478. OLE color: 4948478.

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

Color convert

RGB 254 129 75 -
CMYK 0 0.49 0.70 0.00
HSL 18.1º 0.99% 0.65% -
HSV(B) 18.1º 0.7% 1% -
XYZ 49.99 37.28 11.22 -
YUV 160.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 254 129 75 0 0.49 0.70 0.00 18.1 0.99 0.65
Hex FE 81 4B 0 31 46 0 12 63 41
Octal 376 201 113 0 61 106 0 22 143 101
Binary 11111110 10000001 1001011 0 110001 1000110 0 10010 1100011 1000001

Color Harmonies of #FE814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE814B

Black with #FE814B

Text Example


Text Example

White with #FE814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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