Html Css Color HEX #F27145 Burnt Sienna

📋 copy color: '#F27145'

red 242 ◦ green 113 ◦ blue 69

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

Shades of Burnt Sienna #F27145

Tints of Burnt Sienna #F27145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.65%

 BLUE value IS 69 (27.34% from 255) = 16.27%

R = 57.08%
G = 26.65%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F27145 (or 0xF27145) is known color: Burnt Sienna. HEX triplet: F2, 71 and 45. RGB value is (242,113,69). Sum of RGB (Red+Green+Blue) = 242+113+69=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F27145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27145 is #0D8EBA. Grayscale: #929292. Windows color (decimal): -888507 or 4551154. OLE color: 4551154.

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

Color convert

RGB 242 113 69 -
CMYK 0 0.53 0.71 0.05
HSL 15.26º 0.87% 0.61% -
HSV(B) 15.26º 0.71% 0.95% -
XYZ 43.6 31.12 9.34 -
YUV 146.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 242 113 69 0 0.53 0.71 0.05 15.26 0.87 0.61
Hex F2 71 45 0 35 47 5 F 57 3D
Octal 362 161 105 0 65 107 5 17 127 75
Binary 11110010 1110001 1000101 0 110101 1000111 101 1111 1010111 111101

Color Harmonies of #F27145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27145

Black with #F27145

Text Example


Text Example

White with #F27145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27145; }

 p { color: rgb(242,113,69); }

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

background-color css

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

 a { background-color: rgb(242,113,69); }

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

border-color css

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

 span { border-color: rgb(242,113,69); }

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