Html Css Color HEX #FE7F4B Coral

📋 copy color: '#FE7F4B'

red 254 ◦ green 127 ◦ blue 75

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

Shades of Coral #FE7F4B

Tints of Coral #FE7F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 27.85%

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

R = 55.7%
G = 27.85%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE7F4B (or 0xFE7F4B) is known color: Coral. HEX triplet: FE, 7F and 4B. RGB value is (254,127,75). Sum of RGB (Red+Green+Blue) = 254+127+75=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F4B is #0180B4. Grayscale: #9F9F9F. Windows color (decimal): -98485 or 4947966. OLE color: 4947966.

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

Color convert

RGB 254 127 75 -
CMYK 0 0.50 0.70 0.00
HSL 17.43º 0.99% 0.65% -
HSV(B) 17.43º 0.7% 1% -
XYZ 49.73 36.76 11.13 -
YUV 159.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 254 127 75 0 0.50 0.70 0.00 17.43 0.99 0.65
Hex FE 7F 4B 0 32 46 0 11 63 41
Octal 376 177 113 0 62 106 0 21 143 101
Binary 11111110 1111111 1001011 0 110010 1000110 0 10001 1100011 1000001

Color Harmonies of #FE7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F4B

Black with #FE7F4B

Text Example


Text Example

White with #FE7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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