Html Css Color HEX #FA8D40 Sun

📋 copy color: '#FA8D40'

red 250 ◦ green 141 ◦ blue 64

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

Shades of Sun #FA8D40

Tints of Sun #FA8D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.99%

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

R = 54.95%
G = 30.99%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA8D40 (or 0xFA8D40) is known color: Sun. HEX triplet: FA, 8D and 40. RGB value is (250,141,64). Sum of RGB (Red+Green+Blue) = 250+141+64=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D40 is #0572BF. Grayscale: #A5A5A5. Windows color (decimal): -357056 or 4230650. OLE color: 4230650.

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

Color convert

RGB 250 141 64 -
CMYK 0 0.44 0.74 0.02
HSL 24.84º 0.95% 0.62% -
HSV(B) 24.84º 0.74% 0.98% -
XYZ 49.87 39.74 9.89 -
YUV 164.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 250 141 64 0 0.44 0.74 0.02 24.84 0.95 0.62
Hex FA 8D 40 0 2C 4A 2 19 5F 3E
Octal 372 215 100 0 54 112 2 31 137 76
Binary 11111010 10001101 1000000 0 101100 1001010 10 11001 1011111 111110

Color Harmonies of #FA8D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D40

Black with #FA8D40

Text Example


Text Example

White with #FA8D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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