Html Css Color HEX #FA7F52 Coral

📋 copy color: '#FA7F52'

red 250 ◦ green 127 ◦ blue 82

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

Shades of Coral #FA7F52

Tints of Coral #FA7F52

RGB

 RED value IS 250 (98.05% from 255) = 54.47%

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

 BLUE value IS 82 (32.42% from 255) = 17.86%

R = 54.47%
G = 27.67%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA7F52 (or 0xFA7F52) is known color: Coral. HEX triplet: FA, 7F and 52. RGB value is (250,127,82). Sum of RGB (Red+Green+Blue) = 250+127+82=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F52 is #0580AD. Grayscale: #9E9E9E. Windows color (decimal): -360622 or 5406714. OLE color: 5406714.

HSL color Cylindrical-coordinate representation of color #FA7F52: hue angle of 16.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA7F52 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 127 82 -
CMYK 0 0.49 0.67 0.02
HSL 16.07º 0.94% 0.65% -
HSV(B) 16.07º 0.67% 0.98% -
XYZ 48.54 36.11 12.39 -
YUV 158.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 250 127 82 0 0.49 0.67 0.02 16.07 0.94 0.65
Hex FA 7F 52 0 31 43 2 10 5E 41
Octal 372 177 122 0 61 103 2 20 136 101
Binary 11111010 1111111 1010010 0 110001 1000011 10 10000 1011110 1000001

Color Harmonies of #FA7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F52

Black with #FA7F52

Text Example


Text Example

White with #FA7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F52; }

 p { color: rgb(250,127,82); }

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

background-color css

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

 a { background-color: rgb(250,127,82); }

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

border-color css

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

 span { border-color: rgb(250,127,82); }

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