Html Css Color HEX #F27250 Burnt Sienna

📋 copy color: '#F27250'

red 242 ◦ green 114 ◦ blue 80

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

Shades of Burnt Sienna #F27250

Tints of Burnt Sienna #F27250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 80 (31.64% from 255) = 18.35%

R = 55.5%
G = 26.15%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F27250 (or 0xF27250) is known color: Burnt Sienna. HEX triplet: F2, 72 and 50. RGB value is (242,114,80). Sum of RGB (Red+Green+Blue) = 242+114+80=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F27250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27250 is #0D8DAF. Grayscale: #949494. Windows color (decimal): -888240 or 5272306. OLE color: 5272306.

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

Color convert

RGB 242 114 80 -
CMYK 0 0.53 0.67 0.05
HSL 12.59º 0.86% 0.63% -
HSV(B) 12.59º 0.67% 0.95% -
XYZ 44.08 31.49 11.34 -
YUV 148.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 242 114 80 0 0.53 0.67 0.05 12.59 0.86 0.63
Hex F2 72 50 0 35 43 5 D 56 3F
Octal 362 162 120 0 65 103 5 15 126 77
Binary 11110010 1110010 1010000 0 110101 1000011 101 1101 1010110 111111

Color Harmonies of #F27250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27250

Black with #F27250

Text Example


Text Example

White with #F27250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27250; }

 p { color: rgb(242,114,80); }

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

background-color css

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

 a { background-color: rgb(242,114,80); }

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

border-color css

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

 span { border-color: rgb(242,114,80); }

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