Html Css Color HEX #F77B2E Burnt Orange

📋 copy color: '#F77B2E'

red 247 ◦ green 123 ◦ blue 46

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

Shades of Burnt Orange #F77B2E

Tints of Burnt Orange #F77B2E

RGB

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

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

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

R = 59.38%
G = 29.57%
B = 11.06%

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

#F77B2E (or 0xF77B2E) is known color: Burnt Orange. HEX triplet: F7, 7B and 2E. RGB value is (247,123,46). Sum of RGB (Red+Green+Blue) = 247+123+46=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77B2E is #0884D1. Grayscale: #979797. Windows color (decimal): -558290 or 3046391. OLE color: 3046391.

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

Color convert

RGB 247 123 46 -
CMYK 0 0.50 0.81 0.03
HSL 22.99º 0.93% 0.57% -
HSV(B) 22.99º 0.81% 0.97% -
XYZ 45.93 34.14 6.75 -
YUV 151.3 68.58 196.26 -
System Red Green Blue C M Y K H S L
Decimal 247 123 46 0 0.50 0.81 0.03 22.99 0.93 0.57
Hex F7 7B 2E 0 32 51 3 17 5D 39
Octal 367 173 56 0 62 121 3 27 135 71
Binary 11110111 1111011 101110 0 110010 1010001 11 10111 1011101 111001

Color Harmonies of #F77B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77B2E

Black with #F77B2E

Text Example


Text Example

White with #F77B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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