Html Css Color HEX #FE754F Coral

📋 copy color: '#FE754F'

red 254 ◦ green 117 ◦ blue 79

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

Shades of Coral #FE754F

Tints of Coral #FE754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 56.44%
G = 26%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE754F (or 0xFE754F) is known color: Coral. HEX triplet: FE, 75 and 4F. RGB value is (254,117,79). Sum of RGB (Red+Green+Blue) = 254+117+79=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE754F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE754F is #018AB0. Grayscale: #999999. Windows color (decimal): -101041 or 5207550. OLE color: 5207550.

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

Color convert

RGB 254 117 79 -
CMYK 0 0.54 0.69 0.00
HSL 13.03º 0.99% 0.65% -
HSV(B) 13.03º 0.69% 1% -
XYZ 48.65 34.36 11.46 -
YUV 153.63 85.89 199.59 -
System Red Green Blue C M Y K H S L
Decimal 254 117 79 0 0.54 0.69 0.00 13.03 0.99 0.65
Hex FE 75 4F 0 36 45 0 D 63 41
Octal 376 165 117 0 66 105 0 15 143 101
Binary 11111110 1110101 1001111 0 110110 1000101 0 1101 1100011 1000001

Color Harmonies of #FE754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE754F

Black with #FE754F

Text Example


Text Example

White with #FE754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE754F; }

 p { color: rgb(254,117,79); }

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

background-color css

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

 a { background-color: rgb(254,117,79); }

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

border-color css

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

 span { border-color: rgb(254,117,79); }

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