Html Css Color HEX #FA703E Burnt Orange

📋 copy color: '#FA703E'

red 250 ◦ green 112 ◦ blue 62

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

Shades of Burnt Orange #FA703E

Tints of Burnt Orange #FA703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.42%

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

R = 58.96%
G = 26.42%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA703E (or 0xFA703E) is known color: Burnt Orange. HEX triplet: FA, 70 and 3E. RGB value is (250,112,62). Sum of RGB (Red+Green+Blue) = 250+112+62=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA703E is #058FC1. Grayscale: #939393. Windows color (decimal): -364482 or 4092154. OLE color: 4092154.

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

Color convert

RGB 250 112 62 -
CMYK 0 0.55 0.75 0.02
HSL 15.96º 0.95% 0.61% -
HSV(B) 15.96º 0.75% 0.98% -
XYZ 46.09 32.26 8.36 -
YUV 147.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 250 112 62 0 0.55 0.75 0.02 15.96 0.95 0.61
Hex FA 70 3E 0 37 4B 2 10 5F 3D
Octal 372 160 76 0 67 113 2 20 137 75
Binary 11111010 1110000 111110 0 110111 1001011 10 10000 1011111 111101

Color Harmonies of #FA703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA703E

Black with #FA703E

Text Example


Text Example

White with #FA703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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