Html Css Color HEX #F07A4E Burnt Sienna

📋 copy color: '#F07A4E'

red 240 ◦ green 122 ◦ blue 78

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

Shades of Burnt Sienna #F07A4E

Tints of Burnt Sienna #F07A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.73%

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

R = 54.55%
G = 27.73%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F07A4E (or 0xF07A4E) is known color: Burnt Sienna. HEX triplet: F0, 7A and 4E. RGB value is (240,122,78). Sum of RGB (Red+Green+Blue) = 240+122+78=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A4E is #0F85B1. Grayscale: #989898. Windows color (decimal): -1017266 or 5143280. OLE color: 5143280.

HSL color Cylindrical-coordinate representation of color #F07A4E: hue angle of 16.3º 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 #F07A4E is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 78 -
CMYK 0 0.49 0.68 0.06
HSL 16.3º 0.84% 0.62% -
HSV(B) 16.3º 0.68% 0.94% -
XYZ 44.27 32.99 11.24 -
YUV 152.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 240 122 78 0 0.49 0.68 0.06 16.3 0.84 0.62
Hex F0 7A 4E 0 31 44 6 10 54 3E
Octal 360 172 116 0 61 104 6 20 124 76
Binary 11110000 1111010 1001110 0 110001 1000100 110 10000 1010100 111110

Color Harmonies of #F07A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A4E

Black with #F07A4E

Text Example


Text Example

White with #F07A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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