Html Css Color HEX #FD7F42 Coral

📋 copy color: '#FD7F42'

red 253 ◦ green 127 ◦ blue 66

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

Shades of Coral #FD7F42

Tints of Coral #FD7F42

RGB

 RED value IS 253 (99.22% from 255) = 56.73%

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

 BLUE value IS 66 (26.17% from 255) = 14.8%

R = 56.73%
G = 28.48%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD7F42 (or 0xFD7F42) is known color: Coral. HEX triplet: FD, 7F and 42. RGB value is (253,127,66). Sum of RGB (Red+Green+Blue) = 253+127+66=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7F42 is #0280BD. Grayscale: #9E9E9E. Windows color (decimal): -164030 or 4358141. OLE color: 4358141.

HSL color Cylindrical-coordinate representation of color #FD7F42: hue angle of 19.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7F42 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 127 66 -
CMYK 0 0.50 0.74 0.01
HSL 19.57º 0.98% 0.63% -
HSV(B) 19.57º 0.74% 0.99% -
XYZ 49.08 36.45 9.6 -
YUV 157.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 253 127 66 0 0.50 0.74 0.01 19.57 0.98 0.63
Hex FD 7F 42 0 32 4A 1 14 62 3F
Octal 375 177 102 0 62 112 1 24 142 77
Binary 11111101 1111111 1000010 0 110010 1001010 1 10100 1100010 111111

Color Harmonies of #FD7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F42

Black with #FD7F42

Text Example


Text Example

White with #FD7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F42; }

 p { color: rgb(253,127,66); }

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

background-color css

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

 a { background-color: rgb(253,127,66); }

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

border-color css

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

 span { border-color: rgb(253,127,66); }

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