Html Css Color HEX #F9713F Burnt Orange

📋 copy color: '#F9713F'

red 249 ◦ green 113 ◦ blue 63

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

Shades of Burnt Orange #F9713F

Tints of Burnt Orange #F9713F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.82%

R = 58.59%
G = 26.59%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#F9713F (or 0xF9713F) is known color: Burnt Orange. HEX triplet: F9, 71 and 3F. RGB value is (249,113,63). Sum of RGB (Red+Green+Blue) = 249+113+63=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9713F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9713F is #068EC0. Grayscale: #949494. Windows color (decimal): -429761 or 4157945. OLE color: 4157945.

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

Color convert

RGB 249 113 63 -
CMYK 0 0.55 0.75 0.02
HSL 16.13º 0.94% 0.61% -
HSV(B) 16.13º 0.75% 0.98% -
XYZ 45.87 32.31 8.52 -
YUV 147.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 249 113 63 0 0.55 0.75 0.02 16.13 0.94 0.61
Hex F9 71 3F 0 37 4B 2 10 5E 3D
Octal 371 161 77 0 67 113 2 20 136 75
Binary 11111001 1110001 111111 0 110111 1001011 10 10000 1011110 111101

Color Harmonies of #F9713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9713F

Black with #F9713F

Text Example


Text Example

White with #F9713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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