Html Css Color HEX #FA7227 Burnt Orange

📋 copy color: '#FA7227'

red 250 ◦ green 114 ◦ blue 39

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

Shades of Burnt Orange #FA7227

Tints of Burnt Orange #FA7227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.68%

R = 62.03%
G = 28.29%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA7227 (or 0xFA7227) is known color: Burnt Orange. HEX triplet: FA, 72 and 27. RGB value is (250,114,39). Sum of RGB (Red+Green+Blue) = 250+114+39=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7227 is #058DD8. Grayscale: #929292. Windows color (decimal): -363993 or 2585338. OLE color: 2585338.

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

Color convert

RGB 250 114 39 -
CMYK 0 0.54 0.84 0.02
HSL 21.33º 0.95% 0.57% -
HSV(B) 21.33º 0.84% 0.98% -
XYZ 45.81 32.51 5.78 -
YUV 146.11 67.56 202.1 -
System Red Green Blue C M Y K H S L
Decimal 250 114 39 0 0.54 0.84 0.02 21.33 0.95 0.57
Hex FA 72 27 0 36 54 2 15 5F 39
Octal 372 162 47 0 66 124 2 25 137 71
Binary 11111010 1110010 100111 0 110110 1010100 10 10101 1011111 111001

Color Harmonies of #FA7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7227

Black with #FA7227

Text Example


Text Example

White with #FA7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7227; }

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

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

background-color css

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

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

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

border-color css

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

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

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