Html Css Color HEX #F97D40 Coral

📋 copy color: '#F97D40'

red 249 ◦ green 125 ◦ blue 64

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

Shades of Coral #F97D40

Tints of Coral #F97D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 56.85%
G = 28.54%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F97D40 (or 0xF97D40) is known color: Coral. HEX triplet: F9, 7D and 40. RGB value is (249,125,64). Sum of RGB (Red+Green+Blue) = 249+125+64=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97D40 is #0682BF. Grayscale: #9B9B9B. Windows color (decimal): -426688 or 4226553. OLE color: 4226553.

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

Color convert

RGB 249 125 64 -
CMYK 0 0.50 0.74 0.02
HSL 19.78º 0.94% 0.61% -
HSV(B) 19.78º 0.74% 0.98% -
XYZ 47.33 35.18 9.15 -
YUV 155.12 76.58 194.96 -
System Red Green Blue C M Y K H S L
Decimal 249 125 64 0 0.50 0.74 0.02 19.78 0.94 0.61
Hex F9 7D 40 0 32 4A 2 14 5E 3D
Octal 371 175 100 0 62 112 2 24 136 75
Binary 11111001 1111101 1000000 0 110010 1001010 10 10100 1011110 111101

Color Harmonies of #F97D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97D40

Black with #F97D40

Text Example


Text Example

White with #F97D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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