Html Css Color HEX #FF772F Burnt Orange

📋 copy color: '#FF772F'

red 255 ◦ green 119 ◦ blue 47

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

Shades of Burnt Orange #FF772F

Tints of Burnt Orange #FF772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 60.57%
G = 28.27%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF772F (or 0xFF772F) is known color: Burnt Orange. HEX triplet: FF, 77 and 2F. RGB value is (255,119,47). Sum of RGB (Red+Green+Blue) = 255+119+47=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF772F is #0088D0. Grayscale: #979797. Windows color (decimal): -35025 or 3110911. OLE color: 3110911.

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

Color convert

RGB 255 119 47 -
CMYK 0 0.53 0.82 0
HSL 20.77º 1% 0.59% -
HSV(B) 20.77º 0.82% 1% -
XYZ 48.35 34.66 6.83 -
YUV 151.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 255 119 47 0 0.53 0.82 0 20.77 1 0.59
Hex FF 77 2F 0 35 52 0 15 64 3B
Octal 377 167 57 0 65 122 0 25 144 73
Binary 11111111 1110111 101111 0 110101 1010010 0 10101 1100100 111011

Color Harmonies of #FF772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF772F

Black with #FF772F

Text Example


Text Example

White with #FF772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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