Html Css Color HEX #FA8C40 Sun

📋 copy color: '#FA8C40'

red 250 ◦ green 140 ◦ blue 64

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

Shades of Sun #FA8C40

Tints of Sun #FA8C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

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

R = 55.07%
G = 30.84%
B = 14.1%

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

#FA8C40 (or 0xFA8C40) is known color: Sun. HEX triplet: FA, 8C and 40. RGB value is (250,140,64). Sum of RGB (Red+Green+Blue) = 250+140+64=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C40 is #0573BF. Grayscale: #A4A4A4. Windows color (decimal): -357312 or 4230394. OLE color: 4230394.

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

Color convert

RGB 250 140 64 -
CMYK 0 0.44 0.74 0.02
HSL 24.52º 0.95% 0.62% -
HSV(B) 24.52º 0.74% 0.98% -
XYZ 49.73 39.45 9.84 -
YUV 164.23 71.44 189.18 -
System Red Green Blue C M Y K H S L
Decimal 250 140 64 0 0.44 0.74 0.02 24.52 0.95 0.62
Hex FA 8C 40 0 2C 4A 2 19 5F 3E
Octal 372 214 100 0 54 112 2 31 137 76
Binary 11111010 10001100 1000000 0 101100 1001010 10 11001 1011111 111110

Color Harmonies of #FA8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C40

Black with #FA8C40

Text Example


Text Example

White with #FA8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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