Html Css Color HEX #F77F2F Burnt Orange

📋 copy color: '#F77F2F'

red 247 ◦ green 127 ◦ blue 47

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

Shades of Burnt Orange #F77F2F

Tints of Burnt Orange #F77F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 58.67%
G = 30.17%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F77F2F (or 0xF77F2F) is known color: Burnt Orange. HEX triplet: F7, 7F and 2F. RGB value is (247,127,47). Sum of RGB (Red+Green+Blue) = 247+127+47=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77F2F is #0880D0. Grayscale: #9A9A9A. Windows color (decimal): -557265 or 3112951. OLE color: 3112951.

HSL color Cylindrical-coordinate representation of color #F77F2F: hue angle of 24º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F77F2F is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 47 -
CMYK 0 0.49 0.81 0.03
HSL 24º 0.93% 0.58% -
HSV(B) 24º 0.81% 0.97% -
XYZ 46.46 35.16 7.03 -
YUV 153.76 67.76 194.5 -
System Red Green Blue C M Y K H S L
Decimal 247 127 47 0 0.49 0.81 0.03 24 0.93 0.58
Hex F7 7F 2F 0 31 51 3 18 5D 3A
Octal 367 177 57 0 61 121 3 30 135 72
Binary 11110111 1111111 101111 0 110001 1010001 11 11000 1011101 111010

Color Harmonies of #F77F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F2F

Black with #F77F2F

Text Example


Text Example

White with #F77F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F2F; }

 p { color: rgb(247,127,47); }

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

background-color css

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

 a { background-color: rgb(247,127,47); }

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

border-color css

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

 span { border-color: rgb(247,127,47); }

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