Html Css Color HEX #F9713D Burnt Orange

📋 copy color: '#F9713D'

red 249 ◦ green 113 ◦ blue 61

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

Shades of Burnt Orange #F9713D

Tints of Burnt Orange #F9713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.42%

R = 58.87%
G = 26.71%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9713D (or 0xF9713D) is known color: Burnt Orange. HEX triplet: F9, 71 and 3D. RGB value is (249,113,61). Sum of RGB (Red+Green+Blue) = 249+113+61=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9713D is #068EC2. Grayscale: #949494. Windows color (decimal): -429763 or 4026873. OLE color: 4026873.

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

Color convert

RGB 249 113 61 -
CMYK 0 0.55 0.76 0.02
HSL 16.6º 0.94% 0.61% -
HSV(B) 16.6º 0.76% 0.98% -
XYZ 45.81 32.29 8.23 -
YUV 147.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 249 113 61 0 0.55 0.76 0.02 16.6 0.94 0.61
Hex F9 71 3D 0 37 4C 2 11 5E 3D
Octal 371 161 75 0 67 114 2 21 136 75
Binary 11111001 1110001 111101 0 110111 1001100 10 10001 1011110 111101

Color Harmonies of #F9713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9713D

Black with #F9713D

Text Example


Text Example

White with #F9713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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