Html Css Color HEX #F77F2E Burnt Orange

📋 copy color: '#F77F2E'

red 247 ◦ green 127 ◦ blue 46

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

Shades of Burnt Orange #F77F2E

Tints of Burnt Orange #F77F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.95%

R = 58.81%
G = 30.24%
B = 10.95%

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

#F77F2E (or 0xF77F2E) is known color: Burnt Orange. HEX triplet: F7, 7F and 2E. RGB value is (247,127,46). Sum of RGB (Red+Green+Blue) = 247+127+46=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F77F2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77F2E is #0880D1. Grayscale: #9A9A9A. Windows color (decimal): -557266 or 3047415. OLE color: 3047415.

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

Color convert

RGB 247 127 46 -
CMYK 0 0.49 0.81 0.03
HSL 24.18º 0.93% 0.57% -
HSV(B) 24.18º 0.81% 0.97% -
XYZ 46.44 35.15 6.92 -
YUV 153.65 67.26 194.59 -
System Red Green Blue C M Y K H S L
Decimal 247 127 46 0 0.49 0.81 0.03 24.18 0.93 0.57
Hex F7 7F 2E 0 31 51 3 18 5D 39
Octal 367 177 56 0 61 121 3 30 135 71
Binary 11110111 1111111 101110 0 110001 1010001 11 11000 1011101 111001

Color Harmonies of #F77F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77F2E

Black with #F77F2E

Text Example


Text Example

White with #F77F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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