Html Css Color HEX #F2713F Burnt Orange

📋 copy color: '#F2713F'

red 242 ◦ green 113 ◦ blue 63

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

Shades of Burnt Orange #F2713F

Tints of Burnt Orange #F2713F

RGB

 RED value IS 242 (94.92% from 255) = 57.89%

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

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

R = 57.89%
G = 27.03%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2713F (or 0xF2713F) is known color: Burnt Orange. HEX triplet: F2, 71 and 3F. RGB value is (242,113,63). Sum of RGB (Red+Green+Blue) = 242+113+63=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2713F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2713F is #0D8EC0. Grayscale: #929292. Windows color (decimal): -888513 or 4157938. OLE color: 4157938.

HSL color Cylindrical-coordinate representation of color #F2713F: hue angle of 16.76º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2713F is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 63 -
CMYK 0 0.53 0.74 0.05
HSL 16.76º 0.87% 0.6% -
HSV(B) 16.76º 0.74% 0.95% -
XYZ 43.42 31.05 8.41 -
YUV 145.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 242 113 63 0 0.53 0.74 0.05 16.76 0.87 0.6
Hex F2 71 3F 0 35 4A 5 11 57 3C
Octal 362 161 77 0 65 112 5 21 127 74
Binary 11110010 1110001 111111 0 110101 1001010 101 10001 1010111 111100

Color Harmonies of #F2713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2713F

Black with #F2713F

Text Example


Text Example

White with #F2713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2713F; }

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

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

background-color css

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

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

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

border-color css

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

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

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