Html Css Color HEX #F97D4A Coral

📋 copy color: '#F97D4A'

red 249 ◦ green 125 ◦ blue 74

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

Shades of Coral #F97D4A

Tints of Coral #F97D4A

RGB

 RED value IS 249 (97.66% from 255) = 55.58%

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

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 55.58%
G = 27.9%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F97D4A (or 0xF97D4A) is known color: Coral. HEX triplet: F9, 7D and 4A. RGB value is (249,125,74). Sum of RGB (Red+Green+Blue) = 249+125+74=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97D4A is #0682B5. Grayscale: #9C9C9C. Windows color (decimal): -426678 or 4881913. OLE color: 4881913.

HSL color Cylindrical-coordinate representation of color #F97D4A: hue angle of 17.49º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F97D4A is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 125 74 -
CMYK 0 0.50 0.70 0.02
HSL 17.49º 0.94% 0.63% -
HSV(B) 17.49º 0.7% 0.98% -
XYZ 47.64 35.3 10.78 -
YUV 156.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 249 125 74 0 0.50 0.70 0.02 17.49 0.94 0.63
Hex F9 7D 4A 0 32 46 2 11 5E 3F
Octal 371 175 112 0 62 106 2 21 136 77
Binary 11111001 1111101 1001010 0 110010 1000110 10 10001 1011110 111111

Color Harmonies of #F97D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97D4A

Black with #F97D4A

Text Example


Text Example

White with #F97D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97D4A; }

 p { color: rgb(249,125,74); }

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

background-color css

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

 a { background-color: rgb(249,125,74); }

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

border-color css

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

 span { border-color: rgb(249,125,74); }

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