Html Css Color HEX #FA7641 Burnt Orange

📋 copy color: '#FA7641'

red 250 ◦ green 118 ◦ blue 65

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

Shades of Burnt Orange #FA7641

Tints of Burnt Orange #FA7641

RGB

 RED value IS 250 (98.05% from 255) = 57.74%

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

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 57.74%
G = 27.25%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA7641 (or 0xFA7641) is known color: Burnt Orange. HEX triplet: FA, 76 and 41. RGB value is (250,118,65). Sum of RGB (Red+Green+Blue) = 250+118+65=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7641 is #0589BE. Grayscale: #979797. Windows color (decimal): -362943 or 4290298. OLE color: 4290298.

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

Color convert

RGB 250 118 65 -
CMYK 0 0.53 0.74 0.02
HSL 17.19º 0.95% 0.62% -
HSV(B) 17.19º 0.74% 0.98% -
XYZ 46.86 33.66 9.03 -
YUV 151.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 250 118 65 0 0.53 0.74 0.02 17.19 0.95 0.62
Hex FA 76 41 0 35 4A 2 11 5F 3E
Octal 372 166 101 0 65 112 2 21 137 76
Binary 11111010 1110110 1000001 0 110101 1001010 10 10001 1011111 111110

Color Harmonies of #FA7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7641

Black with #FA7641

Text Example


Text Example

White with #FA7641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7641; }

 p { color: rgb(250,118,65); }

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

background-color css

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

 a { background-color: rgb(250,118,65); }

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

border-color css

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

 span { border-color: rgb(250,118,65); }

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