Html Css Color HEX #F27242 Burnt Sienna

📋 copy color: '#F27242'

red 242 ◦ green 114 ◦ blue 66

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

Shades of Burnt Sienna #F27242

Tints of Burnt Sienna #F27242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 57.35%
G = 27.01%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F27242 (or 0xF27242) is known color: Burnt Sienna. HEX triplet: F2, 72 and 42. RGB value is (242,114,66). Sum of RGB (Red+Green+Blue) = 242+114+66=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F27242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27242 is #0D8DBD. Grayscale: #939393. Windows color (decimal): -888254 or 4354802. OLE color: 4354802.

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

Color convert

RGB 242 114 66 -
CMYK 0 0.53 0.73 0.05
HSL 16.36º 0.87% 0.6% -
HSV(B) 16.36º 0.73% 0.95% -
XYZ 43.62 31.31 8.9 -
YUV 146.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 242 114 66 0 0.53 0.73 0.05 16.36 0.87 0.6
Hex F2 72 42 0 35 49 5 10 57 3C
Octal 362 162 102 0 65 111 5 20 127 74
Binary 11110010 1110010 1000010 0 110101 1001001 101 10000 1010111 111100

Color Harmonies of #F27242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27242

Black with #F27242

Text Example


Text Example

White with #F27242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27242; }

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

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

background-color css

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

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

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

border-color css

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

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

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