Html Css Color HEX #FA7730 Burnt Orange

📋 copy color: '#FA7730'

red 250 ◦ green 119 ◦ blue 48

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

Shades of Burnt Orange #FA7730

Tints of Burnt Orange #FA7730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

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

R = 59.95%
G = 28.54%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA7730 (or 0xFA7730) is known color: Burnt Orange. HEX triplet: FA, 77 and 30. RGB value is (250,119,48). Sum of RGB (Red+Green+Blue) = 250+119+48=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7730 is #0588CF. Grayscale: #969696. Windows color (decimal): -362704 or 3176442. OLE color: 3176442.

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

Color convert

RGB 250 119 48 -
CMYK 0 0.52 0.81 0.02
HSL 21.09º 0.95% 0.58% -
HSV(B) 21.09º 0.81% 0.98% -
XYZ 46.55 33.73 6.85 -
YUV 150.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 250 119 48 0 0.52 0.81 0.02 21.09 0.95 0.58
Hex FA 77 30 0 34 51 2 15 5F 3A
Octal 372 167 60 0 64 121 2 25 137 72
Binary 11111010 1110111 110000 0 110100 1010001 10 10101 1011111 111010

Color Harmonies of #FA7730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7730

Black with #FA7730

Text Example


Text Example

White with #FA7730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7730; }

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

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

background-color css

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

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

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

border-color css

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

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

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