Html Css Color HEX #FD7D4B Coral

📋 copy color: '#FD7D4B'

red 253 ◦ green 125 ◦ blue 75

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

Shades of Coral #FD7D4B

Tints of Coral #FD7D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.59%

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

R = 55.85%
G = 27.59%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD7D4B (or 0xFD7D4B) is known color: Coral. HEX triplet: FD, 7D and 4B. RGB value is (253,125,75). Sum of RGB (Red+Green+Blue) = 253+125+75=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D4B is #0282B4. Grayscale: #9D9D9D. Windows color (decimal): -164533 or 4947453. OLE color: 4947453.

HSL color Cylindrical-coordinate representation of color #FD7D4B: hue angle of 16.85º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD7D4B is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 125 75 -
CMYK 0 0.51 0.70 0.01
HSL 16.85º 0.98% 0.64% -
HSV(B) 16.85º 0.7% 0.99% -
XYZ 49.11 36.06 11.03 -
YUV 157.57 81.41 196.07 -
System Red Green Blue C M Y K H S L
Decimal 253 125 75 0 0.51 0.70 0.01 16.85 0.98 0.64
Hex FD 7D 4B 0 33 46 1 11 62 40
Octal 375 175 113 0 63 106 1 21 142 100
Binary 11111101 1111101 1001011 0 110011 1000110 1 10001 1100010 1000000

Color Harmonies of #FD7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D4B

Black with #FD7D4B

Text Example


Text Example

White with #FD7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D4B; }

 p { color: rgb(253,125,75); }

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

background-color css

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

 a { background-color: rgb(253,125,75); }

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

border-color css

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

 span { border-color: rgb(253,125,75); }

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