Html Css Color HEX #FA9C40 Sunshade

📋 copy color: '#FA9C40'

red 250 ◦ green 156 ◦ blue 64

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

Shades of Sunshade #FA9C40

Tints of Sunshade #FA9C40

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 64 (25.39% from 255) = 13.62%

R = 53.19%
G = 33.19%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA9C40 (or 0xFA9C40) is known color: Sunshade. HEX triplet: FA, 9C and 40. RGB value is (250,156,64). Sum of RGB (Red+Green+Blue) = 250+156+64=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9C40 is #0563BF. Grayscale: #AEAEAE. Windows color (decimal): -353216 or 4234490. OLE color: 4234490.

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

Color convert

RGB 250 156 64 -
CMYK 0 0.38 0.74 0.02
HSL 29.68º 0.95% 0.62% -
HSV(B) 29.68º 0.74% 0.98% -
XYZ 52.24 44.47 10.68 -
YUV 173.62 66.14 182.48 -
System Red Green Blue C M Y K H S L
Decimal 250 156 64 0 0.38 0.74 0.02 29.68 0.95 0.62
Hex FA 9C 40 0 26 4A 2 1E 5F 3E
Octal 372 234 100 0 46 112 2 36 137 76
Binary 11111010 10011100 1000000 0 100110 1001010 10 11110 1011111 111110

Color Harmonies of #FA9C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C40

Black with #FA9C40

Text Example


Text Example

White with #FA9C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C40; }

 p { color: rgb(250,156,64); }

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

background-color css

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

 a { background-color: rgb(250,156,64); }

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

border-color css

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

 span { border-color: rgb(250,156,64); }

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