Html Css Color HEX #FA7340 Burnt Orange

📋 copy color: '#FA7340'

red 250 ◦ green 115 ◦ blue 64

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

Shades of Burnt Orange #FA7340

Tints of Burnt Orange #FA7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

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

R = 58.28%
G = 26.81%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA7340 (or 0xFA7340) is known color: Burnt Orange. HEX triplet: FA, 73 and 40. RGB value is (250,115,64). Sum of RGB (Red+Green+Blue) = 250+115+64=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7340 is #058CBF. Grayscale: #959595. Windows color (decimal): -363712 or 4223994. OLE color: 4223994.

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

Color convert

RGB 250 115 64 -
CMYK 0 0.54 0.74 0.02
HSL 16.45º 0.95% 0.62% -
HSV(B) 16.45º 0.74% 0.98% -
XYZ 46.48 32.96 8.76 -
YUV 149.55 79.73 199.65 -
System Red Green Blue C M Y K H S L
Decimal 250 115 64 0 0.54 0.74 0.02 16.45 0.95 0.62
Hex FA 73 40 0 36 4A 2 10 5F 3E
Octal 372 163 100 0 66 112 2 20 137 76
Binary 11111010 1110011 1000000 0 110110 1001010 10 10000 1011111 111110

Color Harmonies of #FA7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7340

Black with #FA7340

Text Example


Text Example

White with #FA7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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