Html Css Color HEX #FB772B Burnt Orange

📋 copy color: '#FB772B'

red 251 ◦ green 119 ◦ blue 43

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

Shades of Burnt Orange #FB772B

Tints of Burnt Orange #FB772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 60.77%
G = 28.81%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB772B (or 0xFB772B) is known color: Burnt Orange. HEX triplet: FB, 77 and 2B. RGB value is (251,119,43). Sum of RGB (Red+Green+Blue) = 251+119+43=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB772B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB772B is #0488D4. Grayscale: #969696. Windows color (decimal): -297173 or 2848763. OLE color: 2848763.

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

Color convert

RGB 251 119 43 -
CMYK 0 0.53 0.83 0.02
HSL 21.92º 0.96% 0.58% -
HSV(B) 21.92º 0.83% 0.98% -
XYZ 46.82 33.88 6.36 -
YUV 149.8 67.73 200.18 -
System Red Green Blue C M Y K H S L
Decimal 251 119 43 0 0.53 0.83 0.02 21.92 0.96 0.58
Hex FB 77 2B 0 35 53 2 16 60 3A
Octal 373 167 53 0 65 123 2 26 140 72
Binary 11111011 1110111 101011 0 110101 1010011 10 10110 1100000 111010

Color Harmonies of #FB772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB772B

Black with #FB772B

Text Example


Text Example

White with #FB772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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