Html Css Color HEX #F0745A Burnt Sienna

📋 copy color: '#F0745A'

red 240 ◦ green 116 ◦ blue 90

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

Shades of Burnt Sienna #F0745A

Tints of Burnt Sienna #F0745A

RGB

 RED value IS 240 (94.14% from 255) = 53.81%

 GREEN value IS 116 (45.7% from 255) = 26.01%

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 53.81%
G = 26.01%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0745A (or 0xF0745A) is known color: Burnt Sienna. HEX triplet: F0, 74 and 5A. RGB value is (240,116,90). Sum of RGB (Red+Green+Blue) = 240+116+90=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0745A is #0F8BA5. Grayscale: #969696. Windows color (decimal): -1018790 or 5928176. OLE color: 5928176.

HSL color Cylindrical-coordinate representation of color #F0745A: hue angle of 10.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0745A is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 90 -
CMYK 0 0.52 0.62 0.06
HSL 10.4º 0.83% 0.65% -
HSV(B) 10.4º 0.63% 0.94% -
XYZ 44.03 31.75 13.48 -
YUV 150.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 240 116 90 0 0.52 0.62 0.06 10.4 0.83 0.65
Hex F0 74 5A 0 34 3E 6 A 53 41
Octal 360 164 132 0 64 76 6 12 123 101
Binary 11110000 1110100 1011010 0 110100 111110 110 1010 1010011 1000001

Color Harmonies of #F0745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0745A

Black with #F0745A

Text Example


Text Example

White with #F0745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0745A; }

 p { color: rgb(240,116,90); }

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

background-color css

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

 a { background-color: rgb(240,116,90); }

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

border-color css

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

 span { border-color: rgb(240,116,90); }

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