Html Css Color HEX #FA6E40 Burnt Orange

📋 copy color: '#FA6E40'

red 250 ◦ green 110 ◦ blue 64

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

Shades of Burnt Orange #FA6E40

Tints of Burnt Orange #FA6E40

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.94%

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 58.96%
G = 25.94%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA6E40 (or 0xFA6E40) is known color: Burnt Orange. HEX triplet: FA, 6E and 40. RGB value is (250,110,64). Sum of RGB (Red+Green+Blue) = 250+110+64=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E40 is #0591BF. Grayscale: #929292. Windows color (decimal): -364992 or 4222714. OLE color: 4222714.

HSL color Cylindrical-coordinate representation of color #FA6E40: hue angle of 14.84º 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 #FA6E40 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 110 64 -
CMYK 0 0.56 0.74 0.02
HSL 14.84º 0.95% 0.62% -
HSV(B) 14.84º 0.74% 0.98% -
XYZ 45.93 31.85 8.58 -
YUV 146.62 81.38 201.74 -
System Red Green Blue C M Y K H S L
Decimal 250 110 64 0 0.56 0.74 0.02 14.84 0.95 0.62
Hex FA 6E 40 0 38 4A 2 F 5F 3E
Octal 372 156 100 0 70 112 2 17 137 76
Binary 11111010 1101110 1000000 0 111000 1001010 10 1111 1011111 111110

Color Harmonies of #FA6E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E40

Black with #FA6E40

Text Example


Text Example

White with #FA6E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E40; }

 p { color: rgb(250,110,64); }

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

background-color css

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

 a { background-color: rgb(250,110,64); }

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

border-color css

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

 span { border-color: rgb(250,110,64); }

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