Html Css Color HEX #F2712F Burnt Orange

📋 copy color: '#F2712F'

red 242 ◦ green 113 ◦ blue 47

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

Shades of Burnt Orange #F2712F

Tints of Burnt Orange #F2712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.69%

R = 60.2%
G = 28.11%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2712F (or 0xF2712F) is known color: Burnt Orange. HEX triplet: F2, 71 and 2F. RGB value is (242,113,47). Sum of RGB (Red+Green+Blue) = 242+113+47=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2712F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2712F is #0D8ED0. Grayscale: #909090. Windows color (decimal): -888529 or 3109362. OLE color: 3109362.

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

Color convert

RGB 242 113 47 -
CMYK 0 0.53 0.81 0.05
HSL 20.31º 0.88% 0.57% -
HSV(B) 20.31º 0.81% 0.95% -
XYZ 43.04 30.89 6.38 -
YUV 144.05 73.24 197.87 -
System Red Green Blue C M Y K H S L
Decimal 242 113 47 0 0.53 0.81 0.05 20.31 0.88 0.57
Hex F2 71 2F 0 35 51 5 14 58 39
Octal 362 161 57 0 65 121 5 24 130 71
Binary 11110010 1110001 101111 0 110101 1010001 101 10100 1011000 111001

Color Harmonies of #F2712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2712F

Black with #F2712F

Text Example


Text Example

White with #F2712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2712F; }

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

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

background-color css

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

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

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

border-color css

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

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

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