Html Css Color HEX #F27C5F Burnt Sienna

📋 copy color: '#F27C5F'

red 242 ◦ green 124 ◦ blue 95

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

Shades of Burnt Sienna #F27C5F

Tints of Burnt Sienna #F27C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 95 (37.5% from 255) = 20.61%

R = 52.49%
G = 26.9%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F27C5F (or 0xF27C5F) is known color: Burnt Sienna. HEX triplet: F2, 7C and 5F. RGB value is (242,124,95). Sum of RGB (Red+Green+Blue) = 242+124+95=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C5F is #0D83A0. Grayscale: #9C9C9C. Windows color (decimal): -885665 or 6257906. OLE color: 6257906.

HSL color Cylindrical-coordinate representation of color #F27C5F: hue angle of 11.84º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F27C5F is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 124 95 -
CMYK 0 0.49 0.61 0.05
HSL 11.84º 0.85% 0.66% -
HSV(B) 11.84º 0.61% 0.95% -
XYZ 45.89 34.12 14.99 -
YUV 155.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 242 124 95 0 0.49 0.61 0.05 11.84 0.85 0.66
Hex F2 7C 5F 0 31 3D 5 C 55 42
Octal 362 174 137 0 61 75 5 14 125 102
Binary 11110010 1111100 1011111 0 110001 111101 101 1100 1010101 1000010

Color Harmonies of #F27C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C5F

Black with #F27C5F

Text Example


Text Example

White with #F27C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C5F; }

 p { color: rgb(242,124,95); }

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

background-color css

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

 a { background-color: rgb(242,124,95); }

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

border-color css

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

 span { border-color: rgb(242,124,95); }

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