Html Css Color HEX #FB772E Burnt Orange

📋 copy color: '#FB772E'

red 251 ◦ green 119 ◦ blue 46

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

Shades of Burnt Orange #FB772E

Tints of Burnt Orange #FB772E

RGB

 RED value IS 251 (98.44% from 255) = 60.34%

 GREEN value IS 119 (46.88% from 255) = 28.61%

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

R = 60.34%
G = 28.61%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB772E (or 0xFB772E) is known color: Burnt Orange. HEX triplet: FB, 77 and 2E. RGB value is (251,119,46). Sum of RGB (Red+Green+Blue) = 251+119+46=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB772E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB772E is #0488D1. Grayscale: #969696. Windows color (decimal): -297170 or 3045371. OLE color: 3045371.

HSL color Cylindrical-coordinate representation of color #FB772E: hue angle of 21.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB772E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 119 46 -
CMYK 0 0.53 0.82 0.02
HSL 21.37º 0.96% 0.58% -
HSV(B) 21.37º 0.82% 0.98% -
XYZ 46.87 33.9 6.66 -
YUV 150.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 251 119 46 0 0.53 0.82 0.02 21.37 0.96 0.58
Hex FB 77 2E 0 35 52 2 15 60 3A
Octal 373 167 56 0 65 122 2 25 140 72
Binary 11111011 1110111 101110 0 110101 1010010 10 10101 1100000 111010

Color Harmonies of #FB772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB772E

Black with #FB772E

Text Example


Text Example

White with #FB772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB772E; }

 p { color: rgb(251,119,46); }

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

background-color css

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

 a { background-color: rgb(251,119,46); }

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

border-color css

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

 span { border-color: rgb(251,119,46); }

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