Html Css Color HEX #F0694F Burnt Sienna

📋 copy color: '#F0694F'

red 240 ◦ green 105 ◦ blue 79

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

Shades of Burnt Sienna #F0694F

Tints of Burnt Sienna #F0694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

 BLUE value IS 79 (31.25% from 255) = 18.63%

R = 56.6%
G = 24.76%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0694F (or 0xF0694F) is known color: Burnt Sienna. HEX triplet: F0, 69 and 4F. RGB value is (240,105,79). Sum of RGB (Red+Green+Blue) = 240+105+79=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0694F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0694F is #0F96B0. Grayscale: #8E8E8E. Windows color (decimal): -1021617 or 5204464. OLE color: 5204464.

HSL color Cylindrical-coordinate representation of color #F0694F: hue angle of 9.69º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0694F is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 79 -
CMYK 0 0.56 0.67 0.06
HSL 9.69º 0.84% 0.63% -
HSV(B) 9.69º 0.67% 0.94% -
XYZ 42.4 29.19 10.8 -
YUV 142.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 240 105 79 0 0.56 0.67 0.06 9.69 0.84 0.63
Hex F0 69 4F 0 38 43 6 A 54 3F
Octal 360 151 117 0 70 103 6 12 124 77
Binary 11110000 1101001 1001111 0 111000 1000011 110 1010 1010100 111111

Color Harmonies of #F0694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0694F

Black with #F0694F

Text Example


Text Example

White with #F0694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0694F; }

 p { color: rgb(240,105,79); }

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

background-color css

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

 a { background-color: rgb(240,105,79); }

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

border-color css

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

 span { border-color: rgb(240,105,79); }

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