Html Css Color HEX #F0704B Burnt Sienna

📋 copy color: '#F0704B'

red 240 ◦ green 112 ◦ blue 75

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

Shades of Burnt Sienna #F0704B

Tints of Burnt Sienna #F0704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

 BLUE value IS 75 (29.69% from 255) = 17.56%

R = 56.21%
G = 26.23%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0704B (or 0xF0704B) is known color: Burnt Sienna. HEX triplet: F0, 70 and 4B. RGB value is (240,112,75). Sum of RGB (Red+Green+Blue) = 240+112+75=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0704B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0704B is #0F8FB4. Grayscale: #929292. Windows color (decimal): -1019829 or 4944112. OLE color: 4944112.

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

Color convert

RGB 240 112 75 -
CMYK 0 0.53 0.69 0.06
HSL 13.45º 0.85% 0.62% -
HSV(B) 13.45º 0.69% 0.94% -
XYZ 43 30.62 10.3 -
YUV 146.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 240 112 75 0 0.53 0.69 0.06 13.45 0.85 0.62
Hex F0 70 4B 0 35 45 6 D 55 3E
Octal 360 160 113 0 65 105 6 15 125 76
Binary 11110000 1110000 1001011 0 110101 1000101 110 1101 1010101 111110

Color Harmonies of #F0704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0704B

Black with #F0704B

Text Example


Text Example

White with #F0704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0704B; }

 p { color: rgb(240,112,75); }

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

background-color css

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

 a { background-color: rgb(240,112,75); }

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

border-color css

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

 span { border-color: rgb(240,112,75); }

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