Html Css Color HEX #FA7428 Burnt Orange

📋 copy color: '#FA7428'

red 250 ◦ green 116 ◦ blue 40

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

Shades of Burnt Orange #FA7428

Tints of Burnt Orange #FA7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 61.58%
G = 28.57%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA7428 (or 0xFA7428) is known color: Burnt Orange. HEX triplet: FA, 74 and 28. RGB value is (250,116,40). Sum of RGB (Red+Green+Blue) = 250+116+40=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7428 is #058BD7. Grayscale: #939393. Windows color (decimal): -363480 or 2651386. OLE color: 2651386.

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

Color convert

RGB 250 116 40 -
CMYK 0 0.54 0.84 0.02
HSL 21.71º 0.95% 0.57% -
HSV(B) 21.71º 0.84% 0.98% -
XYZ 46.05 32.97 5.94 -
YUV 147.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 250 116 40 0 0.54 0.84 0.02 21.71 0.95 0.57
Hex FA 74 28 0 36 54 2 16 5F 39
Octal 372 164 50 0 66 124 2 26 137 71
Binary 11111010 1110100 101000 0 110110 1010100 10 10110 1011111 111001

Color Harmonies of #FA7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7428

Black with #FA7428

Text Example


Text Example

White with #FA7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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