Html Css Color HEX #FA8940 Sun

📋 copy color: '#FA8940'

red 250 ◦ green 137 ◦ blue 64

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

Shades of Sun #FA8940

Tints of Sun #FA8940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

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

R = 55.43%
G = 30.38%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA8940 (or 0xFA8940) is known color: Sun. HEX triplet: FA, 89 and 40. RGB value is (250,137,64). Sum of RGB (Red+Green+Blue) = 250+137+64=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8940 is #0576BF. Grayscale: #A2A2A2. Windows color (decimal): -358080 or 4229626. OLE color: 4229626.

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

Color convert

RGB 250 137 64 -
CMYK 0 0.45 0.74 0.02
HSL 23.55º 0.95% 0.62% -
HSV(B) 23.55º 0.74% 0.98% -
XYZ 49.3 38.59 9.7 -
YUV 162.47 72.44 190.44 -
System Red Green Blue C M Y K H S L
Decimal 250 137 64 0 0.45 0.74 0.02 23.55 0.95 0.62
Hex FA 89 40 0 2D 4A 2 18 5F 3E
Octal 372 211 100 0 55 112 2 30 137 76
Binary 11111010 10001001 1000000 0 101101 1001010 10 11000 1011111 111110

Color Harmonies of #FA8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8940

Black with #FA8940

Text Example


Text Example

White with #FA8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8940; }

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

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

background-color css

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

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

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

border-color css

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

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

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