Html Css Color HEX #F27358 Burnt Sienna

📋 copy color: '#F27358'

red 242 ◦ green 115 ◦ blue 88

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

Shades of Burnt Sienna #F27358

Tints of Burnt Sienna #F27358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

 BLUE value IS 88 (34.77% from 255) = 19.78%

R = 54.38%
G = 25.84%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F27358 (or 0xF27358) is known color: Burnt Sienna. HEX triplet: F2, 73 and 58. RGB value is (242,115,88). Sum of RGB (Red+Green+Blue) = 242+115+88=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F27358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27358 is #0D8CA7. Grayscale: #969696. Windows color (decimal): -887976 or 5796850. OLE color: 5796850.

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

Color convert

RGB 242 115 88 -
CMYK 0 0.52 0.64 0.05
HSL 10.52º 0.86% 0.65% -
HSV(B) 10.52º 0.64% 0.95% -
XYZ 44.51 31.84 13.03 -
YUV 149.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 242 115 88 0 0.52 0.64 0.05 10.52 0.86 0.65
Hex F2 73 58 0 34 40 5 B 56 41
Octal 362 163 130 0 64 100 5 13 126 101
Binary 11110010 1110011 1011000 0 110100 1000000 101 1011 1010110 1000001

Color Harmonies of #F27358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27358

Black with #F27358

Text Example


Text Example

White with #F27358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27358; }

 p { color: rgb(242,115,88); }

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

background-color css

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

 a { background-color: rgb(242,115,88); }

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

border-color css

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

 span { border-color: rgb(242,115,88); }

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