Html Css Color HEX #FA7244 Burnt Orange

📋 copy color: '#FA7244'

red 250 ◦ green 114 ◦ blue 68

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

Shades of Burnt Orange #FA7244

Tints of Burnt Orange #FA7244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

 BLUE value IS 68 (26.95% from 255) = 15.74%

R = 57.87%
G = 26.39%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA7244 (or 0xFA7244) is known color: Burnt Orange. HEX triplet: FA, 72 and 44. RGB value is (250,114,68). Sum of RGB (Red+Green+Blue) = 250+114+68=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7244 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7244 is #058DBB. Grayscale: #959595. Windows color (decimal): -363964 or 4485882. OLE color: 4485882.

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

Color convert

RGB 250 114 68 -
CMYK 0 0.54 0.73 0.02
HSL 15.16º 0.95% 0.62% -
HSV(B) 15.16º 0.73% 0.98% -
XYZ 46.49 32.78 9.35 -
YUV 149.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 250 114 68 0 0.54 0.73 0.02 15.16 0.95 0.62
Hex FA 72 44 0 36 49 2 F 5F 3E
Octal 372 162 104 0 66 111 2 17 137 76
Binary 11111010 1110010 1000100 0 110110 1001001 10 1111 1011111 111110

Color Harmonies of #FA7244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7244

Black with #FA7244

Text Example


Text Example

White with #FA7244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7244; }

 p { color: rgb(250,114,68); }

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

background-color css

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

 a { background-color: rgb(250,114,68); }

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

border-color css

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

 span { border-color: rgb(250,114,68); }

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