Html Css Color HEX #F77250 Burnt Sienna

📋 copy color: '#F77250'

red 247 ◦ green 114 ◦ blue 80

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

Shades of Burnt Sienna #F77250

Tints of Burnt Sienna #F77250

RGB

 RED value IS 247 (96.88% from 255) = 56.01%

 GREEN value IS 114 (44.92% from 255) = 25.85%

 BLUE value IS 80 (31.64% from 255) = 18.14%

R = 56.01%
G = 25.85%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F77250 (or 0xF77250) is known color: Burnt Sienna. HEX triplet: F7, 72 and 50. RGB value is (247,114,80). Sum of RGB (Red+Green+Blue) = 247+114+80=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F77250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77250 is #088DAF. Grayscale: #969696. Windows color (decimal): -560560 or 5272311. OLE color: 5272311.

HSL color Cylindrical-coordinate representation of color #F77250: hue angle of 12.22º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F77250 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 114 80 -
CMYK 0 0.54 0.68 0.03
HSL 12.22º 0.91% 0.64% -
HSV(B) 12.22º 0.68% 0.97% -
XYZ 45.82 32.39 11.43 -
YUV 149.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 247 114 80 0 0.54 0.68 0.03 12.22 0.91 0.64
Hex F7 72 50 0 36 44 3 C 5B 40
Octal 367 162 120 0 66 104 3 14 133 100
Binary 11110111 1110010 1010000 0 110110 1000100 11 1100 1011011 1000000

Color Harmonies of #F77250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77250

Black with #F77250

Text Example


Text Example

White with #F77250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77250; }

 p { color: rgb(247,114,80); }

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

background-color css

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

 a { background-color: rgb(247,114,80); }

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

border-color css

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

 span { border-color: rgb(247,114,80); }

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