Html Css Color HEX #F9712B Burnt Orange

📋 copy color: '#F9712B'

red 249 ◦ green 113 ◦ blue 43

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

Shades of Burnt Orange #F9712B

Tints of Burnt Orange #F9712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

 BLUE value IS 43 (17.19% from 255) = 10.62%

R = 61.48%
G = 27.9%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9712B (or 0xF9712B) is known color: Burnt Orange. HEX triplet: F9, 71 and 2B. RGB value is (249,113,43). Sum of RGB (Red+Green+Blue) = 249+113+43=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F9712B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9712B is #068ED4. Grayscale: #929292. Windows color (decimal): -429781 or 2847225. OLE color: 2847225.

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

Color convert

RGB 249 113 43 -
CMYK 0 0.55 0.83 0.02
HSL 20.39º 0.94% 0.57% -
HSV(B) 20.39º 0.83% 0.98% -
XYZ 45.41 32.12 6.09 -
YUV 145.68 70.06 201.69 -
System Red Green Blue C M Y K H S L
Decimal 249 113 43 0 0.55 0.83 0.02 20.39 0.94 0.57
Hex F9 71 2B 0 37 53 2 14 5E 39
Octal 371 161 53 0 67 123 2 24 136 71
Binary 11111001 1110001 101011 0 110111 1010011 10 10100 1011110 111001

Color Harmonies of #F9712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9712B

Black with #F9712B

Text Example


Text Example

White with #F9712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9712B; }

 p { color: rgb(249,113,43); }

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

background-color css

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

 a { background-color: rgb(249,113,43); }

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

border-color css

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

 span { border-color: rgb(249,113,43); }

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