Html Css Color HEX #F2755B Burnt Sienna

📋 copy color: '#F2755B'

red 242 ◦ green 117 ◦ blue 91

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

Shades of Burnt Sienna #F2755B

Tints of Burnt Sienna #F2755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

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

R = 53.78%
G = 26%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2755B (or 0xF2755B) is known color: Burnt Sienna. HEX triplet: F2, 75 and 5B. RGB value is (242,117,91). Sum of RGB (Red+Green+Blue) = 242+117+91=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2755B is #0D8AA4. Grayscale: #979797. Windows color (decimal): -887461 or 5993970. OLE color: 5993970.

HSL color Cylindrical-coordinate representation of color #F2755B: hue angle of 10.33º 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 #F2755B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 91 -
CMYK 0 0.52 0.62 0.05
HSL 10.33º 0.85% 0.65% -
HSV(B) 10.33º 0.62% 0.95% -
XYZ 44.87 32.36 13.78 -
YUV 151.41 93.91 192.61 -
System Red Green Blue C M Y K H S L
Decimal 242 117 91 0 0.52 0.62 0.05 10.33 0.85 0.65
Hex F2 75 5B 0 34 3E 5 A 55 41
Octal 362 165 133 0 64 76 5 12 125 101
Binary 11110010 1110101 1011011 0 110100 111110 101 1010 1010101 1000001

Color Harmonies of #F2755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2755B

Black with #F2755B

Text Example


Text Example

White with #F2755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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