Html Css Color HEX #F0694E Burnt Sienna

📋 copy color: '#F0694E'

red 240 ◦ green 105 ◦ blue 78

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

Shades of Burnt Sienna #F0694E

Tints of Burnt Sienna #F0694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.44%

R = 56.74%
G = 24.82%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0694E (or 0xF0694E) is known color: Burnt Sienna. HEX triplet: F0, 69 and 4E. RGB value is (240,105,78). Sum of RGB (Red+Green+Blue) = 240+105+78=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0694E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0694E is #0F96B1. Grayscale: #8E8E8E. Windows color (decimal): -1021618 or 5138928. OLE color: 5138928.

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

Color convert

RGB 240 105 78 -
CMYK 0 0.56 0.68 0.06
HSL 10º 0.84% 0.62% -
HSV(B) 10º 0.68% 0.94% -
XYZ 42.36 29.18 10.61 -
YUV 142.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 240 105 78 0 0.56 0.68 0.06 10 0.84 0.62
Hex F0 69 4E 0 38 44 6 A 54 3E
Octal 360 151 116 0 70 104 6 12 124 76
Binary 11110000 1101001 1001110 0 111000 1000100 110 1010 1010100 111110

Color Harmonies of #F0694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0694E

Black with #F0694E

Text Example


Text Example

White with #F0694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0694E; }

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

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

background-color css

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

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

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

border-color css

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

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

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