Html Css Color HEX #FA7232 Burnt Orange

📋 copy color: '#FA7232'

red 250 ◦ green 114 ◦ blue 50

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

Shades of Burnt Orange #FA7232

Tints of Burnt Orange #FA7232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 60.39%
G = 27.54%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA7232 (or 0xFA7232) is known color: Burnt Orange. HEX triplet: FA, 72 and 32. RGB value is (250,114,50). Sum of RGB (Red+Green+Blue) = 250+114+50=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7232 is #058DCD. Grayscale: #939393. Windows color (decimal): -363982 or 3306234. OLE color: 3306234.

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

Color convert

RGB 250 114 50 -
CMYK 0 0.54 0.8 0.02
HSL 19.2º 0.95% 0.59% -
HSV(B) 19.2º 0.8% 0.98% -
XYZ 46.02 32.59 6.88 -
YUV 147.37 73.06 201.2 -
System Red Green Blue C M Y K H S L
Decimal 250 114 50 0 0.54 0.8 0.02 19.2 0.95 0.59
Hex FA 72 32 0 36 50 2 13 5F 3B
Octal 372 162 62 0 66 120 2 23 137 73
Binary 11111010 1110010 110010 0 110110 1010000 10 10011 1011111 111011

Color Harmonies of #FA7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7232

Black with #FA7232

Text Example


Text Example

White with #FA7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7232; }

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

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

background-color css

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

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

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

border-color css

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

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

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