Html Css Color HEX #FA7630 Burnt Orange

📋 copy color: '#FA7630'

red 250 ◦ green 118 ◦ blue 48

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

Shades of Burnt Orange #FA7630

Tints of Burnt Orange #FA7630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

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

R = 60.1%
G = 28.37%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA7630 (or 0xFA7630) is known color: Burnt Orange. HEX triplet: FA, 76 and 30. RGB value is (250,118,48). Sum of RGB (Red+Green+Blue) = 250+118+48=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7630 is #0589CF. Grayscale: #959595. Windows color (decimal): -362960 or 3176186. OLE color: 3176186.

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

Color convert

RGB 250 118 48 -
CMYK 0 0.53 0.81 0.02
HSL 20.79º 0.95% 0.58% -
HSV(B) 20.79º 0.81% 0.98% -
XYZ 46.44 33.49 6.81 -
YUV 149.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 250 118 48 0 0.53 0.81 0.02 20.79 0.95 0.58
Hex FA 76 30 0 35 51 2 15 5F 3A
Octal 372 166 60 0 65 121 2 25 137 72
Binary 11111010 1110110 110000 0 110101 1010001 10 10101 1011111 111010

Color Harmonies of #FA7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7630

Black with #FA7630

Text Example


Text Example

White with #FA7630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7630; }

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

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

background-color css

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

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

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

border-color css

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

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

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