Html Css Color HEX #FF7631 Burnt Orange

📋 copy color: '#FF7631'

red 255 ◦ green 118 ◦ blue 49

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

Shades of Burnt Orange #FF7631

Tints of Burnt Orange #FF7631

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

 BLUE value IS 49 (19.53% from 255) = 11.61%

R = 60.43%
G = 27.96%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF7631 (or 0xFF7631) is known color: Burnt Orange. HEX triplet: FF, 76 and 31. RGB value is (255,118,49). Sum of RGB (Red+Green+Blue) = 255+118+49=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7631 is #0089CE. Grayscale: #979797. Windows color (decimal): -35279 or 3241727. OLE color: 3241727.

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

Color convert

RGB 255 118 49 -
CMYK 0 0.54 0.81 0
HSL 20.1º 1% 0.6% -
HSV(B) 20.1º 0.81% 1% -
XYZ 48.27 34.44 7.01 -
YUV 151.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 255 118 49 0 0.54 0.81 0 20.1 1 0.6
Hex FF 76 31 0 36 51 0 14 64 3C
Octal 377 166 61 0 66 121 0 24 144 74
Binary 11111111 1110110 110001 0 110110 1010001 0 10100 1100100 111100

Color Harmonies of #FF7631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7631

Black with #FF7631

Text Example


Text Example

White with #FF7631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7631; }

 p { color: rgb(255,118,49); }

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

background-color css

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

 a { background-color: rgb(255,118,49); }

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

border-color css

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

 span { border-color: rgb(255,118,49); }

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