Html Css Color HEX #F2704F Burnt Sienna

📋 copy color: '#F2704F'

red 242 ◦ green 112 ◦ blue 79

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

Shades of Burnt Sienna #F2704F

Tints of Burnt Sienna #F2704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 79 (31.25% from 255) = 18.24%

R = 55.89%
G = 25.87%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2704F (or 0xF2704F) is known color: Burnt Sienna. HEX triplet: F2, 70 and 4F. RGB value is (242,112,79). Sum of RGB (Red+Green+Blue) = 242+112+79=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2704F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2704F is #0D8FB0. Grayscale: #939393. Windows color (decimal): -888753 or 5206258. OLE color: 5206258.

HSL color Cylindrical-coordinate representation of color #F2704F: hue angle of 12.15º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2704F is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 112 79 -
CMYK 0 0.54 0.67 0.05
HSL 12.15º 0.86% 0.63% -
HSV(B) 12.15º 0.67% 0.95% -
XYZ 43.82 31.03 11.08 -
YUV 147.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 242 112 79 0 0.54 0.67 0.05 12.15 0.86 0.63
Hex F2 70 4F 0 36 43 5 C 56 3F
Octal 362 160 117 0 66 103 5 14 126 77
Binary 11110010 1110000 1001111 0 110110 1000011 101 1100 1010110 111111

Color Harmonies of #F2704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2704F

Black with #F2704F

Text Example


Text Example

White with #F2704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2704F; }

 p { color: rgb(242,112,79); }

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

background-color css

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

 a { background-color: rgb(242,112,79); }

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

border-color css

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

 span { border-color: rgb(242,112,79); }

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