Html Css Color HEX #F27555 Burnt Sienna

📋 copy color: '#F27555'

red 242 ◦ green 117 ◦ blue 85

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

Shades of Burnt Sienna #F27555

Tints of Burnt Sienna #F27555

RGB

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

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

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

R = 54.5%
G = 26.35%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F27555 (or 0xF27555) is known color: Burnt Sienna. HEX triplet: F2, 75 and 55. RGB value is (242,117,85). Sum of RGB (Red+Green+Blue) = 242+117+85=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F27555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27555 is #0D8AAA. Grayscale: #969696. Windows color (decimal): -887467 or 5600754. OLE color: 5600754.

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

Color convert

RGB 242 117 85 -
CMYK 0 0.52 0.65 0.05
HSL 12.23º 0.86% 0.64% -
HSV(B) 12.23º 0.65% 0.95% -
XYZ 44.62 32.26 12.47 -
YUV 150.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 242 117 85 0 0.52 0.65 0.05 12.23 0.86 0.64
Hex F2 75 55 0 34 41 5 C 56 40
Octal 362 165 125 0 64 101 5 14 126 100
Binary 11110010 1110101 1010101 0 110100 1000001 101 1100 1010110 1000000

Color Harmonies of #F27555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27555

Black with #F27555

Text Example


Text Example

White with #F27555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27555; }

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

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

background-color css

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

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

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

border-color css

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

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

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