Html Css Color HEX #FF772B Burnt Orange

📋 copy color: '#FF772B'

red 255 ◦ green 119 ◦ blue 43

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

Shades of Burnt Orange #FF772B

Tints of Burnt Orange #FF772B

RGB

 RED value IS 255 (100% from 255) = 61.15%

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

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

R = 61.15%
G = 28.54%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF772B (or 0xFF772B) is known color: Burnt Orange. HEX triplet: FF, 77 and 2B. RGB value is (255,119,43). Sum of RGB (Red+Green+Blue) = 255+119+43=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF772B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF772B is #0088D4. Grayscale: #979797. Windows color (decimal): -35029 or 2848767. OLE color: 2848767.

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

Color convert

RGB 255 119 43 -
CMYK 0 0.53 0.83 0
HSL 21.51º 1% 0.58% -
HSV(B) 21.51º 0.83% 1% -
XYZ 48.27 34.63 6.43 -
YUV 151 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 255 119 43 0 0.53 0.83 0 21.51 1 0.58
Hex FF 77 2B 0 35 53 0 16 64 3A
Octal 377 167 53 0 65 123 0 26 144 72
Binary 11111111 1110111 101011 0 110101 1010011 0 10110 1100100 111010

Color Harmonies of #FF772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF772B

Black with #FF772B

Text Example


Text Example

White with #FF772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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