Html Css Color HEX #FA7542 Burnt Orange

📋 copy color: '#FA7542'

red 250 ◦ green 117 ◦ blue 66

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

Shades of Burnt Orange #FA7542

Tints of Burnt Orange #FA7542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.02%

 BLUE value IS 66 (26.17% from 255) = 15.24%

R = 57.74%
G = 27.02%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA7542 (or 0xFA7542) is known color: Burnt Orange. HEX triplet: FA, 75 and 42. RGB value is (250,117,66). Sum of RGB (Red+Green+Blue) = 250+117+66=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7542 is #058ABD. Grayscale: #979797. Windows color (decimal): -363198 or 4355578. OLE color: 4355578.

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

Color convert

RGB 250 117 66 -
CMYK 0 0.53 0.74 0.02
HSL 16.63º 0.95% 0.62% -
HSV(B) 16.63º 0.74% 0.98% -
XYZ 46.77 33.44 9.14 -
YUV 150.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 250 117 66 0 0.53 0.74 0.02 16.63 0.95 0.62
Hex FA 75 42 0 35 4A 2 11 5F 3E
Octal 372 165 102 0 65 112 2 21 137 76
Binary 11111010 1110101 1000010 0 110101 1001010 10 10001 1011111 111110

Color Harmonies of #FA7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7542

Black with #FA7542

Text Example


Text Example

White with #FA7542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7542; }

 p { color: rgb(250,117,66); }

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

background-color css

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

 a { background-color: rgb(250,117,66); }

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

border-color css

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

 span { border-color: rgb(250,117,66); }

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