Html Css Color HEX #F2795B Burnt Sienna

📋 copy color: '#F2795B'

red 242 ◦ green 121 ◦ blue 91

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

Shades of Burnt Sienna #F2795B

Tints of Burnt Sienna #F2795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.65%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 53.3%
G = 26.65%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2795B (or 0xF2795B) is known color: Burnt Sienna. HEX triplet: F2, 79 and 5B. RGB value is (242,121,91). Sum of RGB (Red+Green+Blue) = 242+121+91=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2795B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2795B is #0D86A4. Grayscale: #9A9A9A. Windows color (decimal): -886437 or 5994994. OLE color: 5994994.

HSL color Cylindrical-coordinate representation of color #F2795B: hue angle of 11.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2795B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 91 -
CMYK 0 0.50 0.62 0.05
HSL 11.92º 0.85% 0.65% -
HSV(B) 11.92º 0.62% 0.95% -
XYZ 45.34 33.31 13.94 -
YUV 153.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 242 121 91 0 0.50 0.62 0.05 11.92 0.85 0.65
Hex F2 79 5B 0 32 3E 5 C 55 41
Octal 362 171 133 0 62 76 5 14 125 101
Binary 11110010 1111001 1011011 0 110010 111110 101 1100 1010101 1000001

Color Harmonies of #F2795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2795B

Black with #F2795B

Text Example


Text Example

White with #F2795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2795B; }

 p { color: rgb(242,121,91); }

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

background-color css

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

 a { background-color: rgb(242,121,91); }

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

border-color css

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

 span { border-color: rgb(242,121,91); }

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