Html Css Color HEX #FA7230 Burnt Orange

📋 copy color: '#FA7230'

red 250 ◦ green 114 ◦ blue 48

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

Shades of Burnt Orange #FA7230

Tints of Burnt Orange #FA7230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 60.68%
G = 27.67%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA7230 (or 0xFA7230) is known color: Burnt Orange. HEX triplet: FA, 72 and 30. RGB value is (250,114,48). Sum of RGB (Red+Green+Blue) = 250+114+48=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7230 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7230 is #058DCF. Grayscale: #939393. Windows color (decimal): -363984 or 3175162. OLE color: 3175162.

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

Color convert

RGB 250 114 48 -
CMYK 0 0.54 0.81 0.02
HSL 19.6º 0.95% 0.58% -
HSV(B) 19.6º 0.81% 0.98% -
XYZ 45.98 32.57 6.66 -
YUV 147.14 72.06 201.37 -
System Red Green Blue C M Y K H S L
Decimal 250 114 48 0 0.54 0.81 0.02 19.6 0.95 0.58
Hex FA 72 30 0 36 51 2 14 5F 3A
Octal 372 162 60 0 66 121 2 24 137 72
Binary 11111010 1110010 110000 0 110110 1010001 10 10100 1011111 111010

Color Harmonies of #FA7230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7230

Black with #FA7230

Text Example


Text Example

White with #FA7230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7230; }

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

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

background-color css

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

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

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

border-color css

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

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

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