Html Css Color HEX #FA8A3C Sun

📋 copy color: '#FA8A3C'

red 250 ◦ green 138 ◦ blue 60

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

Shades of Sun #FA8A3C

Tints of Sun #FA8A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.8%

 BLUE value IS 60 (23.83% from 255) = 13.39%

R = 55.8%
G = 30.8%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA8A3C (or 0xFA8A3C) is known color: Sun. HEX triplet: FA, 8A and 3C. RGB value is (250,138,60). Sum of RGB (Red+Green+Blue) = 250+138+60=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A3C is #0575C3. Grayscale: #A3A3A3. Windows color (decimal): -357828 or 3967738. OLE color: 3967738.

HSL color Cylindrical-coordinate representation of color #FA8A3C: hue angle of 24.63º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA8A3C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 138 60 -
CMYK 0 0.45 0.76 0.02
HSL 24.63º 0.95% 0.61% -
HSV(B) 24.63º 0.76% 0.98% -
XYZ 49.33 38.83 9.17 -
YUV 162.6 70.11 190.34 -
System Red Green Blue C M Y K H S L
Decimal 250 138 60 0 0.45 0.76 0.02 24.63 0.95 0.61
Hex FA 8A 3C 0 2D 4C 2 19 5F 3D
Octal 372 212 74 0 55 114 2 31 137 75
Binary 11111010 10001010 111100 0 101101 1001100 10 11001 1011111 111101

Color Harmonies of #FA8A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A3C

Black with #FA8A3C

Text Example


Text Example

White with #FA8A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A3C; }

 p { color: rgb(250,138,60); }

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

background-color css

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

 a { background-color: rgb(250,138,60); }

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

border-color css

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

 span { border-color: rgb(250,138,60); }

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