Html Css Color HEX #FA7D3E Burnt Orange

📋 copy color: '#FA7D3E'

red 250 ◦ green 125 ◦ blue 62

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

Shades of Burnt Orange #FA7D3E

Tints of Burnt Orange #FA7D3E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.6%

 BLUE value IS 62 (24.61% from 255) = 14.19%

R = 57.21%
G = 28.6%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA7D3E (or 0xFA7D3E) is known color: Burnt Orange. HEX triplet: FA, 7D and 3E. RGB value is (250,125,62). Sum of RGB (Red+Green+Blue) = 250+125+62=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D3E is #0582C1. Grayscale: #9B9B9B. Windows color (decimal): -361154 or 4095482. OLE color: 4095482.

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

Color convert

RGB 250 125 62 -
CMYK 0 0.50 0.75 0.02
HSL 20.11º 0.95% 0.61% -
HSV(B) 20.11º 0.75% 0.98% -
XYZ 47.63 35.34 8.87 -
YUV 155.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 250 125 62 0 0.50 0.75 0.02 20.11 0.95 0.61
Hex FA 7D 3E 0 32 4B 2 14 5F 3D
Octal 372 175 76 0 62 113 2 24 137 75
Binary 11111010 1111101 111110 0 110010 1001011 10 10100 1011111 111101

Color Harmonies of #FA7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7D3E

Black with #FA7D3E

Text Example


Text Example

White with #FA7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7D3E; }

 p { color: rgb(250,125,62); }

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

background-color css

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

 a { background-color: rgb(250,125,62); }

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

border-color css

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

 span { border-color: rgb(250,125,62); }

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