Html Css Color HEX #F0744A Burnt Sienna

📋 copy color: '#F0744A'

red 240 ◦ green 116 ◦ blue 74

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

Shades of Burnt Sienna #F0744A

Tints of Burnt Sienna #F0744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 55.81%
G = 26.98%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0744A (or 0xF0744A) is known color: Burnt Sienna. HEX triplet: F0, 74 and 4A. RGB value is (240,116,74). Sum of RGB (Red+Green+Blue) = 240+116+74=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0744A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0744A is #0F8BB5. Grayscale: #949494. Windows color (decimal): -1018806 or 4879600. OLE color: 4879600.

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

Color convert

RGB 240 116 74 -
CMYK 0 0.52 0.69 0.06
HSL 15.18º 0.85% 0.62% -
HSV(B) 15.18º 0.69% 0.94% -
XYZ 43.42 31.51 10.27 -
YUV 148.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 240 116 74 0 0.52 0.69 0.06 15.18 0.85 0.62
Hex F0 74 4A 0 34 45 6 F 55 3E
Octal 360 164 112 0 64 105 6 17 125 76
Binary 11110000 1110100 1001010 0 110100 1000101 110 1111 1010101 111110

Color Harmonies of #F0744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0744A

Black with #F0744A

Text Example


Text Example

White with #F0744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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