Html Css Color HEX #F77B2F Burnt Orange

📋 copy color: '#F77B2F'

red 247 ◦ green 123 ◦ blue 47

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

Shades of Burnt Orange #F77B2F

Tints of Burnt Orange #F77B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

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

R = 59.23%
G = 29.5%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F77B2F (or 0xF77B2F) is known color: Burnt Orange. HEX triplet: F7, 7B and 2F. RGB value is (247,123,47). Sum of RGB (Red+Green+Blue) = 247+123+47=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77B2F is #0884D0. Grayscale: #979797. Windows color (decimal): -558289 or 3111927. OLE color: 3111927.

HSL color Cylindrical-coordinate representation of color #F77B2F: hue angle of 22.8º 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 #F77B2F is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 123 47 -
CMYK 0 0.50 0.81 0.03
HSL 22.8º 0.93% 0.58% -
HSV(B) 22.8º 0.81% 0.97% -
XYZ 45.95 34.15 6.86 -
YUV 151.41 69.08 196.18 -
System Red Green Blue C M Y K H S L
Decimal 247 123 47 0 0.50 0.81 0.03 22.8 0.93 0.58
Hex F7 7B 2F 0 32 51 3 17 5D 3A
Octal 367 173 57 0 62 121 3 27 135 72
Binary 11110111 1111011 101111 0 110010 1010001 11 10111 1011101 111010

Color Harmonies of #F77B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77B2F

Black with #F77B2F

Text Example


Text Example

White with #F77B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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