Html Css Color HEX #F07C5A Burnt Sienna

📋 copy color: '#F07C5A'

red 240 ◦ green 124 ◦ blue 90

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

Shades of Burnt Sienna #F07C5A

Tints of Burnt Sienna #F07C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.31%

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

R = 52.86%
G = 27.31%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F07C5A (or 0xF07C5A) is known color: Burnt Sienna. HEX triplet: F0, 7C and 5A. RGB value is (240,124,90). Sum of RGB (Red+Green+Blue) = 240+124+90=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C5A is #0F83A5. Grayscale: #9B9B9B. Windows color (decimal): -1016742 or 5930224. OLE color: 5930224.

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

Color convert

RGB 240 124 90 -
CMYK 0 0.48 0.62 0.06
HSL 13.6º 0.83% 0.65% -
HSV(B) 13.6º 0.63% 0.94% -
XYZ 44.99 33.68 13.8 -
YUV 154.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 240 124 90 0 0.48 0.62 0.06 13.6 0.83 0.65
Hex F0 7C 5A 0 30 3E 6 E 53 41
Octal 360 174 132 0 60 76 6 16 123 101
Binary 11110000 1111100 1011010 0 110000 111110 110 1110 1010011 1000001

Color Harmonies of #F07C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C5A

Black with #F07C5A

Text Example


Text Example

White with #F07C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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