Html Css Color HEX #F97540 Burnt Orange

📋 copy color: '#F97540'

red 249 ◦ green 117 ◦ blue 64

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

Shades of Burnt Orange #F97540

Tints of Burnt Orange #F97540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

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

R = 57.91%
G = 27.21%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F97540 (or 0xF97540) is known color: Burnt Orange. HEX triplet: F9, 75 and 40. RGB value is (249,117,64). Sum of RGB (Red+Green+Blue) = 249+117+64=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F97540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97540 is #068ABF. Grayscale: #969696. Windows color (decimal): -428736 or 4224505. OLE color: 4224505.

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

Color convert

RGB 249 117 64 -
CMYK 0 0.53 0.74 0.02
HSL 17.19º 0.94% 0.61% -
HSV(B) 17.19º 0.74% 0.98% -
XYZ 46.35 33.23 8.82 -
YUV 150.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 249 117 64 0 0.53 0.74 0.02 17.19 0.94 0.61
Hex F9 75 40 0 35 4A 2 11 5E 3D
Octal 371 165 100 0 65 112 2 21 136 75
Binary 11111001 1110101 1000000 0 110101 1001010 10 10001 1011110 111101

Color Harmonies of #F97540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97540

Black with #F97540

Text Example


Text Example

White with #F97540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97540; }

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

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

background-color css

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

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

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

border-color css

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

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

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