Html Css Color HEX #FA7442 Burnt Orange

📋 copy color: '#FA7442'

red 250 ◦ green 116 ◦ blue 66

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

Shades of Burnt Orange #FA7442

Tints of Burnt Orange #FA7442

RGB

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

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

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

R = 57.87%
G = 26.85%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA7442 (or 0xFA7442) is known color: Burnt Orange. HEX triplet: FA, 74 and 42. RGB value is (250,116,66). Sum of RGB (Red+Green+Blue) = 250+116+66=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7442 is #058BBD. Grayscale: #969696. Windows color (decimal): -363454 or 4355322. OLE color: 4355322.

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

Color convert

RGB 250 116 66 -
CMYK 0 0.54 0.74 0.02
HSL 16.3º 0.95% 0.62% -
HSV(B) 16.3º 0.74% 0.98% -
XYZ 46.65 33.21 9.11 -
YUV 150.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 250 116 66 0 0.54 0.74 0.02 16.3 0.95 0.62
Hex FA 74 42 0 36 4A 2 10 5F 3E
Octal 372 164 102 0 66 112 2 20 137 76
Binary 11111010 1110100 1000010 0 110110 1001010 10 10000 1011111 111110

Color Harmonies of #FA7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7442

Black with #FA7442

Text Example


Text Example

White with #FA7442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7442; }

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

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

background-color css

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

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

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

border-color css

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

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

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