Html Css Color HEX #F97740 Burnt Orange

📋 copy color: '#F97740'

red 249 ◦ green 119 ◦ blue 64

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

Shades of Burnt Orange #F97740

Tints of Burnt Orange #F97740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.55%

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

R = 57.64%
G = 27.55%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F97740 (or 0xF97740) is known color: Burnt Orange. HEX triplet: F9, 77 and 40. RGB value is (249,119,64). Sum of RGB (Red+Green+Blue) = 249+119+64=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F97740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97740 is #0688BF. Grayscale: #979797. Windows color (decimal): -428224 or 4225017. OLE color: 4225017.

HSL color Cylindrical-coordinate representation of color #F97740: hue angle of 17.84º 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 #F97740 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 119 64 -
CMYK 0 0.52 0.74 0.02
HSL 17.84º 0.94% 0.61% -
HSV(B) 17.84º 0.74% 0.98% -
XYZ 46.59 33.7 8.9 -
YUV 151.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 249 119 64 0 0.52 0.74 0.02 17.84 0.94 0.61
Hex F9 77 40 0 34 4A 2 12 5E 3D
Octal 371 167 100 0 64 112 2 22 136 75
Binary 11111001 1110111 1000000 0 110100 1001010 10 10010 1011110 111101

Color Harmonies of #F97740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97740

Black with #F97740

Text Example


Text Example

White with #F97740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97740; }

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

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

background-color css

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

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

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

border-color css

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

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

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