Html Css Color HEX #FA7628 Burnt Orange

📋 copy color: '#FA7628'

red 250 ◦ green 118 ◦ blue 40

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

Shades of Burnt Orange #FA7628

Tints of Burnt Orange #FA7628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 61.27%
G = 28.92%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA7628 (or 0xFA7628) is known color: Burnt Orange. HEX triplet: FA, 76 and 28. RGB value is (250,118,40). Sum of RGB (Red+Green+Blue) = 250+118+40=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7628 is #0589D7. Grayscale: #959595. Windows color (decimal): -362968 or 2651898. OLE color: 2651898.

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

Color convert

RGB 250 118 40 -
CMYK 0 0.53 0.84 0.02
HSL 22.29º 0.95% 0.57% -
HSV(B) 22.29º 0.84% 0.98% -
XYZ 46.29 33.43 6.02 -
YUV 148.58 66.73 200.34 -
System Red Green Blue C M Y K H S L
Decimal 250 118 40 0 0.53 0.84 0.02 22.29 0.95 0.57
Hex FA 76 28 0 35 54 2 16 5F 39
Octal 372 166 50 0 65 124 2 26 137 71
Binary 11111010 1110110 101000 0 110101 1010100 10 10110 1011111 111001

Color Harmonies of #FA7628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7628

Black with #FA7628

Text Example


Text Example

White with #FA7628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7628; }

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

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

background-color css

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

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

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

border-color css

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

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

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