Html Css Color HEX #F27955 Burnt Sienna

📋 copy color: '#F27955'

red 242 ◦ green 121 ◦ blue 85

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

Shades of Burnt Sienna #F27955

Tints of Burnt Sienna #F27955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.97%

R = 54.02%
G = 27.01%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F27955 (or 0xF27955) is known color: Burnt Sienna. HEX triplet: F2, 79 and 55. RGB value is (242,121,85). Sum of RGB (Red+Green+Blue) = 242+121+85=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F27955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27955 is #0D86AA. Grayscale: #999999. Windows color (decimal): -886443 or 5601778. OLE color: 5601778.

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

Color convert

RGB 242 121 85 -
CMYK 0 0.50 0.65 0.05
HSL 13.76º 0.86% 0.64% -
HSV(B) 13.76º 0.65% 0.95% -
XYZ 45.1 33.21 12.63 -
YUV 153.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 242 121 85 0 0.50 0.65 0.05 13.76 0.86 0.64
Hex F2 79 55 0 32 41 5 E 56 40
Octal 362 171 125 0 62 101 5 16 126 100
Binary 11110010 1111001 1010101 0 110010 1000001 101 1110 1010110 1000000

Color Harmonies of #F27955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27955

Black with #F27955

Text Example


Text Example

White with #F27955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27955; }

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

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

background-color css

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

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

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

border-color css

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

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

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